• RTX thread - static var - hardfault
    Hello, Using Keil RTX, I have a very simple program with some threads, created like this: osThreadCreate(osThread(fram_test),NULL); All is running fine, until I introduce a static variable in...
  • extern static memory
    Hello I have a PCB with a LPC2468 and a extern static memory . datasheet www.issi.com/.../61LV25616AL.pdf I don't arrive to configure the register EMC_STA_CFG0 = ; EMC_STA_WAITWEN0 = ; EMC_STA_WAITOEN0...
  • RTX timing change
    I am really surprised that with the latest version of RTX that Keil has changed the functionality of the millisecond parameter to delay functions. See http://www.keil.com/support/docs/3766.htm...
  • Use external static RAM as heap with uVision and RTX
    Hello, I try to setup a SW environment for a Board with a NXP LPC2468 and an external static memory Chip, using uVision4 and the Keil RTX. I want to use the external RAM as standard Heap (not for...
  • Static Variables
    Hi everyone, I would like to know if something similar happen to you. Well the issue is that when I declare a variable as a global one in the header file of a module with extern sometimes it loses...