Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by JavierMA

  1. J

    Is it possible to break or stop a while clasue because of an interrupt?

    Many thanks Pommie. I already use a global variable to keep the code inside the while clause running unless the switch is pressed, and by checking the flag again I realised that part was correctly done, but a few lines later I could see that my error was that I entered the while clause without...
  2. J

    Is it possible to break or stop a while clasue because of an interrupt?

    Thanks Nigel, though I am afraid I already tried that option before asking in the forum and it does not work. Regards, Javier
  3. J

    Is it possible to break or stop a while clasue because of an interrupt?

    Hi all, I have a project in Code Compose Studio coded in C language that, among other things, triggers an interrupt when a switch is released. The interrupts are configured and work properly except in one case, when the code is inside a while loop that would end when a button is released after...
  4. J

    Problem reading certain filenames using FAT32

    Hi again, Thank you Pommie and Ian for the links provided. In this case the one provided by Pommie had the key to my answer, so many thanks for it. For what I could see, my problem was that I wasn't reading correctly the information in offset 12 (here it says if either the basename or the...
  5. J

    Problem reading certain filenames using FAT32

    Hi Ian, I am developing my own library for the Tiva C (TM4C123GH6PM to be more concrete) in Code Composer Studio to be used in future projects and I could find very useful information at https://www.pjrc.com/tech/8051/ide/fat32.html about how FAT32 works and how to read the short filename, but...
  6. J

    Problem reading certain filenames using FAT32

    Hi all, I am reading an SD card formatted with FAT32 and I am able to read the short name (the 8 bytes + the 3 bytes for the extension, all characters in capital letters) of the file or even the long name when there are at least two sequences. Nevertheless, I am not able to read the filename...
  7. J

    Problem trying to send several bytes using I2C, TM4C123 biard

    Yes, I can use an Arduino Uno. Anyway, I just found the error and it is kind of funny. I have the I2C device connected through prototype cables and a very small PCB with a ZIF to SMD connector and by chance I pressed a cable end and it just started to work. Here is the code with the comments...
  8. J

    Problem trying to send several bytes using I2C, TM4C123 biard

    Hi Mike, Thanks for asking, that reminds me I forgot to add that information to my first post. About your question, I can tell that the lines for both I2C connections have pullup resistors with the correct values as they came integrated with the touch display I bought. Regards, Javier
  9. J

    Problem trying to send several bytes using I2C, TM4C123 biard

    Hi all, I am asking for your help because I am trying to send several bytes using the I2C protocol in a program wich makes use of 2 I2C modules, and looks that it gets stuck after sending the first byte when checking the BUSY bit in I2CMCS. The board I am programming is the TM4C123GH6PM. Here...
  10. J

    Problem implementing the touch interface part of a RA8875 LCD touch display

    Hi again DrG, You were right. After some further research I realised that I was confusing the optional touch interface with another one, which code example appears in the RA8875 datasheet. Thanks, Javier
  11. J

    Problem implementing the touch interface part of a RA8875 LCD touch display

    Hi DrG, I read the code examples and the datasheet part but for what you show here looks like I missed that address (I found the ones to read and write commands or data, but not for the touch interface). I will try with that address and see if it works. Thanks, Javier
  12. J

    Problem implementing the touch interface part of a RA8875 LCD touch display

    Hi all, I am programming a 5 inch display bought in buydisplay (https://www.buydisplay.com/5-inch-tft-lcd-module-800x480-display-controller-i2c-serial-spi) which has a RA8875 chip and a capacitive touch panel (both use the I2C protocol), and even though I have been able to write text for...

Latest threads

New Articles From Microcontroller Tips

Back
Top