Posted on May 17, 2011 at 10:00thanks everyone for very informative information. incidentally if i dont have debugger (its with the other team, i get by with serial output)is there a way to find out?.. our ADS1.2 dont output assembly lists for C-cod...
Posted on May 17, 2011 at 10:00i just rechecked that we are actually using this code in our project as i based it on the RVMDK example (although we are using ADS1.2).
Posted on May 17, 2011 at 10:00i had thought it depends on compiler, because the sample for Tasking and others used 0x18 and the sample code for the RVMDK project uses 0x08 offset. although the code is similar. from 91x_init.s in RVMDK sample source...
Posted on May 17, 2011 at 10:00i think its compiler dependent. i also agonized over this offset value since we are using old compiler ADS1.2. what i did was just follow the example file of AN2593 and use the one for CC_ARM. it works fine as it is, a...