cancel
Showing results for 
Search instead for 
Did you mean: 

IAR build for stm32f0 yields strange results

zijian_gao
Associate
Posted on July 02, 2015 at 20:29

Hi,

 

My team and I use IAR to build our code for the F0. On certain computers, when I load the bin file into ST-LINK, the first block of memory (which I am assuming to be the stack pointer) is 5241497F, which basically spells IAR in hex. The code does not work and only one of us is able to compile the code, even though we have the same project and this same person has pulled a fresh copy to eliminate any variables in the build process.  

Any idea what's going on and how I can fix this?

#iar #stm32f0
1 REPLY 1
Posted on July 02, 2015 at 20:48

Are you sure you're not looking at an object file? Could you try a .HEX file?

Review the linker output, and build steps, for any errors, warnings, differences.

As an IAR licencee they do provide technical support, consider calling/contacting them.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..