Solved
Use CubeMX STM32F103 Hard Fault exception??
Hello
i'm using stm32f103rct.
Use cubemx and just set RCC,and SYS(JTAG, Timebase Systick)
compile with IAR and then download and debug press break.
Hard fault exception
help plz
Hello
i'm using stm32f103rct.
Use cubemx and just set RCC,and SYS(JTAG, Timebase Systick)
compile with IAR and then download and debug press break.
Hard fault exception
help plz
Make sure you're configuring the BOOT0 and BOOT1 appropriately to start your code from FLASH
Make sure HSE_VALUE reflects the actual external clock rate
Make sure to select the correct PLL settings, and have the Error_Handler() routine output actionable data if it ends up there. Ditto HardFault_Handler().
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.