After includeing static libaray into the project hardfault is coming.
Hello community,
I have created a simple project for STM32F205VET6 in STM32CUBE ide. UART and Timer were enabled. Uart is enbled for debugging. I included static library created into the same IDE. When library is used into the project device is getting hard fault error with FORCED bit set.
I have no idea why the forced bit is getting set for. I am searching for the same on internet but no use.
I have created static library into stm32 cube IDE by following two processes mentioned below.
1- DM00629856 section 2.2.2
2-https://www.youtube.com/watch?v=ab9Tj2LbRUo
Can anyone tell me why this is happening? Why hard fault is coming when library is used into the project.
