User Activity

Hello everyone,  I am using SPI to communicate two Nucleo Boards (a NUCLEO-L432KC and a NUCLEO-F411RE one), and i found out a weird behavior. The idea was to perform a transaction Master -> Slave in order to select a "register" to read. Once the Slav...
I am trying to get working the STM32F7508-DK demo application on my STM32F7508-DK board, but when the TouchGFX is launched, the configASSERT is not properly asserted and the program dead on an infinite loop.I have traced the issue to the port.c file,...
I cannot find the script generate_OoB_hexfiles.bat refereed at the STM32F7508-DK demonstration library. On the other hand, This script is only used for concatenate hex images to an only one hex image, and I want to know more about this process. Pleas...
I am trying to use Sockets under FreeRTOS. Currently can send data over UDP using netconn, but sockets only send information when two netconn messages are sent previous to the socket one. If some of the netconn_sendto(...) functions is commented, sen...
Dear all, I am trying an error injection for an STML432KC nucleo board of my own. When program is running, I change the SP value in order to inject a Hard Fault.When Hard Fault routine is called after this error injection, function collapses due to t...