STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H750 RAMECC Testing

Hi,I have been trying to trigger a RAM ECC error for testing. I have referenced the code Here. However, I cant trigger an ecc error.The plan is to read uninitialized ram as mentioned in AN5342. I am using SRAM(1-3) (Mem address 0x30000000 - 0x30047FF...

snmunters_0-1720621950335.png

STM32G4 - XCUBE-DPOW

Good day,we are currently integrating the XCUBE-Dpow library but are running into multiple issues due to the lack of code documentation of the library.- We are not using HTIM Channel-C but -D. After changing multiple entries in the template files of ...

JuculianD_0-1727782220410.png

LWIP RX_POOL problem

I am using FreeRTOS and lwIP (callback api) on the STM32F407. I have 1 UDP and 2 TCP ports. After a few hours, the struct pbuf_custom *p = LWIP_MEMPOOL_ALLOC(RX_POOL); operation returns NULL. When I checked the ethernetif.c file, I noticed that the E...

Labels