• Place static variable in RAM?
    Hi All If I declare a variable (or a data struct) static, the data is placed in the IRAM. I guess the static data is moved to the IRAM before the "main" in called and probally also before the SDRAM...
  • FT2232 JTAG + RVMDK
    I am planning on building board for the LM3S811 controller with a FT2232 based USB to JTAG interface. I dont have any experience with RVMDK and hence needed to know if this will work with RVMDK. Any...
  • Placing a range of variables in external ram
    Hi I have CortexM4 with external ram, since the external ram is slower than internally, I would like to have the possibility to place a variable in external ram. But I don't wan't to specify a exact...
  • FT2232 JTAG + Keil RVMDK
    Note: This was originally posted on 1st January 2010 at http://forums.arm.com I am planning on building board for the LM3S811 controller with a FT2232 based USB to JTAG interface. I dont have any experience...
  • Watchdog and sequential monitoring
    Hello All, I am trying to figure out how best to write a sequential code execution monitoring diagnostic for my 8051 project. I want to be able to prove that the code execution has hit all of my...