• ARM7 Cortex M3 Migration - SED Script?
    Does anyone have a script to change from the ARM7-style cpu registers #defines into the M3 C-structure style? For example, I'm updating a lot of the following style statements: WAS: FIO0SET IS:...
  • ARM7 Cortex M3 Migration - SED Script?
    Does anyone have a script to change from the ARM7-style cpu registers #defines into the M3 C-structure style? For example, I'm updating a lot of the following style statements: WAS: FIO0SET IS:...
  • migrate from ADS 1.2
    Note: This was originally posted on 26th June 2013 at http://forums.arm.com I have an ADS 1.2 project that composed with codewarrior (.mcp) I want to open this project file with new DS-5. I have only...
  • migrate from ADS 1.2
    Note: This was originally posted on 26th June 2013 at http://forums.arm.com I have an ADS 1.2 project that composed with codewarrior (.mcp) I want to open this project file with new DS-5. I have only...
  • Migrate from 89C51RD2 to 89C51RE2
    I am in process to replace 89C51RD2 to 89C51RE2. Before get into bank switching code, I try to use code from RD2 to program into RE2. All works (UART, Timer1, Timer2, Serial etc..), except SPI on PORT1...