Question
Hi All!!. I am facing this weird issue with my STM32F411RE series eval board. And i am getting HardFault on UART initialize.
I enable freeRTOS (CMSIS_v2) middleware , trying to play around with threads. One of the thread has simple UART transmit function sending some sample message. As soon as the debugger reaches UART_Transmit functions it goes to HardFaultHandler and thread basically terminates itself. It works perfectly fine with CMSIS_v1 though. The problem is with v2. Anybody faced this issue ?
Any help would be much appreciated.
