Posted on May 17, 2011 at 13:25I cannot seem to get the SRAM examples working with RIDE. Is it because I have the standard R-Link and not the professional?
Posted on May 17, 2011 at 13:22I purchased the RLink tool for development. I don't think it works with IAR. I guess I cam make a HEX and use RIDE7 to program the chip.
Posted on May 17, 2011 at 13:22So I've upgraded the RIDE7 software and the RKit to the latest versions that were just released, and I still cannot get the Data in RAM examples to work on the STM3210E-EVAL board that I have. All data in RAM is 0xFFFF...
Posted on May 17, 2011 at 13:22I cannot inspect that these values are changing while single stepping, Why not? I just see A0000010: -- -- -- -- --... *(vu32 *)0xA0000010 = 0x00001011; *(vu32 *)0xA0000014 = 0x00000200;
Posted on May 17, 2011 at 13:22I'm trying to use the external RAM as a spot for data with the example code (SRAM_DataMemory). When I single step the code, I get 0xFF's for all the data here in Tab[] after the loop. for (Index = 0; Index { Tab[Ind...