Hi, i have STM32F767 and im using FreeRTOS V2 and lwIP. Im facing known bug which should be fixed in FW_F7 V1.17 and im using FW_F7 V1.17.2 and still facing this.
When i connect the ethernet cable, after 2 seconds FW is stuck at following place:
I t...
Hello,i have question about external memory storage.Can be external serial memory used as a storage for Touch GFX images connected via standard SPI(MISO,MOSI, SCK and software driven NCS) to the MCU STM32F767 without FMC_NCS? Is it possible? Thanks
Hello,im working on MP3 player. I would like to show list of files/folders(file system) in the FAT system on SD card and open them. The length of list is dynamically based on content of SD card. What is the good approach to do this? Thanks for the ti...
Hello,i want to render frequency spectrum FFT in the small area of screen and handle touch in this area. This should be done by some custom widget/container. Can you help me how to do it? Best Regards,Petr
I tried to show text via textArea, i put some string into translation field, i see the string in designer but when i ran it the text is not present. I tried similar thing with digital clock with same result. I tried define own typographies with or wi...
Hello @STea ,thank you for your quick answer. I'll try to edit Ethernetif.c manually but for now im often regenerating the code, so i can work on another part of my FW. Do you know, how much time take the invetigation and release fixed FW pack? Regar...
Hello STea,i hope im using latest version of FW pack: but the lwIP code seems to be different:where i can update lwIP for latest version? I thought it is part of FW pack for F7 family.
Hi,i would like generate my own graph in my firmware, store it in external SDRAM and put it as image on display. I would like to use TouchGFX fonts for X/Y labels, is it possible?In the other words, i would like create something like this: with inter...
Hi, I have computed FFT in the STM from FPGA data. I can create spectrum graph for data and store it into SRAM or SDRAM}lets say 480x200@16bpp]. And now i need to show it on the screen via some widget/container in the TouchGFX. Additionally i would l...