• Any way to include a binary file?
    Does anyone know of a way to do the equivalent of this, in C51 V5.50? #include "myfile.bin" Where the file isn't source code text but a binary such as a Windows bitmap. It would need to be located at...
  • Any way to include a binary file?
    Does anyone know of a way to do the equivalent of this, in C51 V5.50? #include "myfile.bin" Where the file isn't source code text but a binary such as a Windows bitmap. It would need to be located at...
  • Is there any way to debug an mbed (LPC 1768)  using another mbed?
    Hi, I'm new to CMSIS-DAP and was wondering if that interface can be used to debug one mbed, using another mbed. To make myself more clear, I want:      - to have one mbed running the program,      - have...
  • Is there any way to debug an mbed (LPC 1768)  using another mbed?
    Hi, I'm new to CMSIS-DAP and was wondering if that interface can be used to debug one mbed, using another mbed. To make myself more clear, I want:      - to have one mbed running the program,      - have...
  • Cortex M4 (LPC4370): fastest way to sum offset binary samples
    Hi to you all, I'm working on a project involving the LPC Link2 to evaluate its LPC4370 (the one on the board is actually the LPC4370JFET100) for real-time data processing: a more datailed description...