HardFault_Handler after enable USB CDC and FreeRTOS
Hai, I having a problem with HardFault_Handler when I enable USB CDC and FreeRTOS. I have change the Stack and Heap size. Im using STM32F4 DISCOVERY board with latest STM32 IDE. Could someone point out what i have missing?
FOR USB
------------
1) Connectivity : USB_OTG_FS with Device_Only mode and disable VBUS
2) Middleware : USB_DEVICE, Class For FS IP : Communication Device Class
3) System Core : RCC, High Speed Clock (HSE) = Crystal. Low Speed Clock (LSE) : Crystal
FOR RTOS
--------------
1) System Core : SYS, Timebase Source : TIM6
2) Middleware : FREERTOS, Interface : CMSIS_V2
