• Cypress FX2 Dev Kit - Generating code for single Chip Dev
    I am working with a Cypress FX2 development kit for USB. The current customer just wants a USB loopback feature that is implemented in the kit. The Keil documentation states: The startup code generated...
  • nRF9e5 Dev kit
    i have just purchased the above dev kits but dont seem to be able to debug my software, can anyone advise me on how to setup the Keil compiler to do this please.
  • Accessing external EEPROM
    Hello, Is there any way to initialize, define and use all the variables in external EEPROM instead of external RAM in C.
  • fs flash for keil mcb1760ume dev kit
    Hello, I am trying to adapt the RL-ARM example "SD_File" to use the flash on the M3 itself. I tried to partition the on-board flash into two equal pieces, one for code and one for the flash drive...
  • Accessing EEPROM
    Is there a C technique for writing/reading from a byte in on-chip EEPROM? I can do this in asm with something like this: clr ea mov deedat,@r0 mov deeadr,@r1 setb ea I would prefer to do it...