2014-06-26 07:04 PM
Hi Everyone,
I have the stm32f4dicscovery and built a simple project with STM32CubeMX 4.3. I have attached the IOC file. The code starts a task thread and blinks an LED. The program hard faults when the RTC Init function is called. Any help on resolving this would be greatly appreciated.Call Stack:HardFault_HandlerxTaskIncrementTickxPortSysTickHandlerSysTick_HandlerRTC_EnterInitModeHAL_RTC_InitMX_RTC_InitMainThanks,George2014-06-30 01:23 AM
see my posts at thread [DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Java/STM32CubeMX%20clock%20config%20bugs&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000F9A0E3A95BA69146A17C2E80209ADC21]STM32CubeMX clock config bugs
2014-06-30 06:26 AM
#define configUSE_TIME_SLICING 0
Thank You Again,George