Hello everyone,Could you provide an example of using cached containers?In the TouchGfx documentation, the subject is described very superficially, while I think it is very important to deepen it it would be sufficient to have the code of this example...
Hello everyone.I have a custom board based on micro STM32F469NIH6I am using TouchGfx successfully and have all my images stored in a memory mapped 64MB QUADSPI.I would like to give the user the possibility to change some images (for example a logo) a...
As I wrote in the subject, Upgrading STM32CubeMX from version 6.6.1 to 6.7.0 The SDCARD stops working.During mounting : fr=f_mount(&FatFs,"/",1); if(fr==FR_OK) { ... .... }returns "FR_NOT_READY"The micro is an STM32F4, I use SDIO in SD 4 bits...
For a job commissioned by a client, do I need to add a widget on a page to Run-time.If I don't find a solution, I'm forced to abandon TouchGFX (which I find very versatile), and migrate to another platformIs there an example?Is there any documentatio...
HI Martin, but is it possible that there is no documentation with an example for such an important thing as cacheable containers? Can you provide the sample video code that is on the net? Please, it's urgent!
After a few days of frustration, I fixed it by using dynamic bitmaps which are loaded from the SD card.Unfortunately, even if there is an example of how to load a bitmap from a file in the documentation, it contains errors and must also be adapted to...
Hi,I could be wrong, but I think the bug is just in the latest version.Regardless of whether the bus is 1 or 4 bytes, I have found that the initialization of the SDCARD must always take place with a 1 byte bus.regardsDomenico