Posted on May 17, 2011 at 15:06Hi, From what you say, I suspect that you have an old or corrupted version of the Raisonance software. Please fill the following form and send the answers to ''support@raisonance.com'': http://raisonance-forum.xsalto.c...
Posted on May 17, 2011 at 15:06Hi, When you say ''Ride7 can do it from command line, but can not handle my s19 file'', I guess you are referring to ''STM8_pgm.exe'', aren't you? If yes, then STM8_pgm indeed only handles hex files for now, but there ...
Posted on May 17, 2011 at 13:30Hi, We answered on the Raisonance forum several hours ago: http://raisonance-forum.xsalto.com/viewtopic.php?id=3089 In short, RST and TRST must not be connected, and by default the Olimex board has them connected by a ...
Posted on May 17, 2011 at 13:20Hi, The GNU linker is a one-pass linker and therefore cannot implement this kind of syntax. For doing what you request, you must make changes in the linker script, declare a memory region at the address, and an associa...
Posted on May 17, 2011 at 13:18Also, of course there are macros in the GNU assembler. They don't use the same syntax as the C macros (''.if(something)'' instead of ''#if something'', etc.) but they provide pretty much the same features. See the asse...