Posted on May 17, 2011 at 13:12Hi I have my compiler all set up from CodeSourcery Lite. it is running on a Mac. I am pretty confident that it is all appropriately installed. I have dabbled with some very simple one file programs and they build just ...
Posted on May 17, 2011 at 13:11I have just worked out what was wrong and I am not proud! Turns out I was giving the bootloader the name of a hex file rather than the binary image. I had persuaded myself it could read hex files but it cant. Consequen...
Posted on May 17, 2011 at 13:11Sadly, yes :) Not my favourite discovery in Crossworks. In this case, there is no startup code. The labels at the start of the program should place the appropriate values directly into the binary image. As far as I can...
Posted on May 17, 2011 at 13:11Glutton for punishment that I am, I have been trying to build CodeSourcery tools on my iMac. The tools built OK in the end so I tried to put the simplest of programs into my STM32-SK board from IAR. It has a STM32F103R...