• NXP LPC2000 Pack
    Hi, I have an older NXP LPC2000 project completed with a different toolset. It is a LPC 2468 device. I am doing feasibility of transfering it to Keil. But for starters, I wanted to install LPC...
  • Where to find FIFO library for CMSIS
    I am using Cortex-M series microcontroller and wrote my own FIFO implementations. Is there any CMSIS libraries that support common data structures like FIFO so i don't have to write my own? Obviously...
  • Did not find most variables declared in RDDI example
    Hi, I have downloaded CMSIS-DAP from github. GitHub - x893/CMSIS-DAP: STM32 port for CMSIS-DAP with additional serial (CDC) support . I see debug.h file is missing from the RDDI Directory. I did not find...
  • Why is my CAN module used incorrectly
    #include <stdio.h> #include <string.h> #include "cmsis_os.h" #include "Driver_CAN.h" // CAN Driver Controller selector #define CAN_CONTROLLER 1 // CAN Controller number #define _CAN_Driver_...
  • add project CFLAGS to CMSIS-PACK Project Description (*.CPDSC)
    in the CPDSC definition, I can not find how to add CFLAGS settings for dedicated project. so how can I do this?