User Activity

Hello, I'm having trouble about use of lwip on Stm32h743. I'm using udp raw. I'm transmitting packet with 1ms period, there is no problem in sending/receiving. After 20-30 min, program is going to hardfault with 'Imprecise data access violation'. It ...
Hello, I'm using ST32H743ZI2 nucleo board as TCP client. When I setup the ethernet configuration/initialization, I considered the https://community.st.com/s/article/How-to-create-project-for-STM32H7-with-Ethernet-and-LwIP-stack-working article.Additi...
I'm having a trouble when using multichannel ADC. In my application there is 2 ADC which contains 7 channels. In ADC Interrupt Callback, I'm pushing the read data to array of 7 elements. But I couldn't see the proper value in proper element of array,...