• Setting SYSCON register before EINIT.
    Hello, I am trying to initialise the CAN interface on a C164 - I need to set the XPEN bit, and clear the CAN1DIS bit in the SYSCON register. However, I am using C, and thus C_STARTUP_CODE is loaded...
  • CAN1 RX stops after changing memory model
    Device : ST10F269 Toolset: µVision V4.72.9.0 / C166 V7.53.0.0 / L166 V5.25 Because the size of my DGROUP exceeds 16K I changed the memory model settings from : MEDIUM 16KB RAM and 16KB ROM to...
  • S series vs C series
    What is the difference between the s series vs the c series? is it true that they have got the m series to?
  • j-link cant setect micro after change SCS Register
    i change "main oscillator range select" in "system_LPC17xx.c" and now J-LINK can detect my micro ( my hrader borad have 12M crystal ) see this image : s9.picofile.com/.../Untitled.png
  • change output filename after compilation
    Hello all, I would like to change the output filename (*.hex) after compilation automatically, where the name should be defined in a headerfile which is part of the µvision2 project. Does enybody...