• 3 questions on the KEIL usage
    Hello, I'm a fresh guy on the KEIL, and here are 3 general questions, thanks any masters helping on it. 1. Is it possible to build a library by keil which could be linked in another project, while...
  • CMSIS question on CAN filtering
    Hi, Concerning CAN objects that can have multiple filters assigned... The following CMSIS structure tells the application about the filtering capabilities of each object. It is returned in the...
  • Questions Regarding CMSIS-DAP
    Note: This was originally posted on 25th July 2013 at http://forums.arm.com Working on a project to support CMSIS on a third party board with an M4F processor. Following the CMSIS documentation, it says...
  • Usage of __use_realtime_division
    Hi, I try to use the use real-time divison like described http://www.keil.com/support/man/docs/armlib/armlib_chdifaha.htm but the linker gives me undefined symbol __use_realtime_division Target...
  • Toolbox Usage
    I was just going through the CAN code for MCB2300 provided by Keil and there i saw that the toolbox can enable/disable loopback. This was done using the CAN_Simulate.ini. Im trying to do the same for...