User Activity

I configured the UART: huart6. I set the global interrupt and I use touchgfx designer (so RTOS as well), maybe that is the reason I can't set the preemption priority lower than 5 for the UART interrupt. The problem is that I can send messages to ESP8...
I use my STM32F469I-DISCO board as slave to communicate with Arduino Mega. The communication is OK. I got the correct values in my array (uint8_t buff_read[10]). But the order is not correct! It shifted with some index but not a fixed number. If i ru...
I create the TouchGFX program. Then I browse the folder, open the project with double click. If I download the program to my board (F469I-DISCOVERY) it works. I can modify the Model, Presenter and View files as well. But if I want to configure an SPI...