• CCM usage in KEIL
    Hi All, Currently using KEIL 4 for my development. I am using STM32F427, my application is 210KB but the available SRAM is 192KB. I wanted to use 64KB CCM, how to use and define that CCM in KEIL. Kindly...
  • 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...
  • 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...
  • usage of sbit
    < struct{ bit open; bit close; }door[2]; sbit door[0].open = P1^0; sbit door[0].close = P1^1; sbit door[1].open = P1^2; sbit door[1].close = P1^3; > Here when I compile/build...