Hello,I'm maintaining an RTOS application. It apparently has some GPIOs configured as input interrupts and its startup assembler code has some references to EXTI interrupt lines and handlers like this.... .word EXTI0_IRQHandler /* EXTI Line...
Hello, I removed the C++ globals for testing sake and now I see it hit breakpoint in main entry. But if I step over HAL_Init(), it seems to be looping over thisin the startup .s script. why?FillZerobss: movs r3, #0 str r3, [r2], #4 LoopFillZerobss:...
the Abort() happens at new() operator as shown in this stack trace. This happens before hitting main() first line. It tries to initialize the static globals during __libc_init_array().
Hello,I'm getting a hard fault in this kind of C++ static objects initialization. Using Atollic Studio 9.3.0 with C, C++ code in a project. Apparently unable to allocate mem for constructor.A demo STM32429NI generated out of STM Cube just run and deb...