User Activity

I wrote a simple LED blink program using STM32F767zi board. It works properly when I use STLink debugger. but the problem is when I remove the STLink and connect the board directly to an external power source, the code does not execute until I manua...
I used USART interrupt for RS485 encoder communication. I send 8 bit data and encoder reply with a 16 bit data. The first 8 bits out of 16 bits are received correctly. But second 8 bits didn't get correctly. I observed receiving data using oscill...
I am using STM32 F767zi MC and I want to communicate with RS485 encoder. This is my code which has written in stm32f7xx_it.c. When executing this code, it can be seen that encoder and MC communicating continuously (observed using oscilloscope). But ...
Hello,I just started working with STM32f767zi board. I'm doing TCP Ethernet communication using lwip RAW API. I could be able to start the communication with the host. But the problem is, in my forever loop I put MX_LWIP_Process() function. If I put ...