2012-12-11 06:49 AM
How to use the hex2bin.exe?
i have hex2bin.exe.1.I want to convert the user program hex file to user program binary file.another one is2.how to change the load address of the user program.i am using the keil compiler1. Set the program load address at 0x08004000, using your toolchain linker file
2. Relocate the vector table at address 0x08004000, using the �NVIC_SetVectorTable�function from the misc.h/.c driver (under STM32F4xx_StdPeriph_Driver\inc) or bymodifying the value of the constant �VECT_TAB_OFFSET� defined in thesystem_stm32f4xx.c file.�i did not understand this.where will i doany suggestion. #hex2bin #wait-for-you--clive1-!-!-!2012-12-11 08:23 AM
2) Go to the Options for the Project, under the Target tab change the IROM1 base address and size to reflect the application load address and reduced Flash footprint.
2012-12-11 11:43 PM