�? original source code : B-L475E-IOT01A.(STM32L475V)�? IDE Tool : uVision �? Symptom : When i set PA2 as output, Program go into HardFault_Handler() it can't reach while(1); Other ports are no problem. only PA2 has this problem.�? source code ...
I downloaded amason freertos source code from github site below.https://github.com/aws/amazon-freertosand there was no problem when i worked on AC6 IDE.because enviroment file is included in source code.but when i created uVision project by myself. i...
I erased on board stlink firmware by mistake.I got STLinkV2.J16.S4 bin file from a web site . and downloaded it into on board stlink with STM32 ST-LINK Utility.and then upgraded STLinkV2.J34.S4 to on board stlink by using ST-LinkUpgrade tool but L475...
Strange thing is that this problem not happened when i run step by step execution in uVision.only when i run none stopping, this problem occured.1) stack problem. I think it has nothing to do with stack problem. I programmed test code in main. and ...
I have solved this problem.it's memory allocation error in scatter loader file.I allocated UNINIT_FIXED_LOC section into external memory I finally got to know the error debugging flash write execution.>> before modificationLR_IROM1 0x08000000 0x00100...
another comment :First execution was run well after building and loading, there was no problem.and then click "RST" button on uVision IDE.when i run it second times, it goes into hardfault_handler..