• Using CMSIS GPDMA driver in custom scripts
    I've rewritten an UART driver since I was not happy with the CSMIS one. Now I want to use GPDMA_LPC17xx in this driver. Including the header file: #include "GPDMA_LPC17xx.h" // Keil::Device:GPDMA...
  • Using CMSIS GPDMA driver in custom scripts
    I've rewritten an UART driver since I was not happy with the CSMIS one. Now I want to use GPDMA_LPC17xx in this driver. Including the header file: #include "GPDMA_LPC17xx.h" // Keil::Device:GPDMA...
  • Need SPI read help
    I've read the posts here, and searched the internet. How does one READ from a slave using a processor with SPI? I can write just fine. I tell my slave that I'm going to write, then I put bits on the...
  • Need SPI read help
    I've read the posts here, and searched the internet. How does one READ from a slave using a processor with SPI? I can write just fine. I tell my slave that I'm going to write, then I put bits on the...
  • Configuring both Main and Process stacks
    Hi guys, I'm looking at the startup.s code for an M0 and am wondering how I can configure the process stack for my C code to use. To put this into context, I have a bootloader with the default...