Posted on May 17, 2011 at 12:38I just tried to compile the following program: #include ''stdio.h'' long unsigned counter = 0; int main ( ) { while ( 1 ) { printf (''\nHello World %d'', counter++); } } I find the following total code sizes:...
Posted on May 17, 2011 at 12:37Sorry for the late answer. About the support of SWD by RLink, we are working on this task and, Yes, we plan this release for the current quarter (hopefully before September 2008). Francis
Posted on May 17, 2011 at 12:37As said, the explanation is provided on the FAQ entry: http://www.raisonance.com/Forum/punbb/viewtopic.php?id=2520The support by RLink of the SWD protocol is still under development (planned for next quarter), but the ...
Posted on May 17, 2011 at 12:18The STM32 TAPs are standard, and they support chaining. Don't know whether IAR supports chaining (OK with the Raisonance RLink), but I guess they do... Note that if you need to describe the chain for your FPGA, you wil...
Posted on May 17, 2011 at 12:17Rodrigo, you are right: the RIDE7 ''free'' debugger is limited up to 32KB and it requires the RLink adapter that is not free, but not so expensive (http://dkc3.digikey.com/PDF/EU071/P0421.pdf). I consider that 32KB is ...