• max value for seed for srand() function
    In Keil's functions, the value for the seed value for srand() is 'unsigned int' according to their function definition. Which for my processor is 4 bytes - sizeof(unsigned int) = 4. However, it looks...
  • creating random integers from seed value
    Hi, I'm trying to translate this code: randomInteger =(((randomInteger * 214013) + 2531011) >> 16) & 0x7FFF ; into assembly in order to create a random integer generator, I'm guessing I'm needing...
  • monitor..!!
    hello ... i specific application needs -- monitor program to be installed at 0x2000 -- --application program to be installed at 0x0000. But, by default on hardware reset program counter is...
  • heap monitoring
    The software I am working on is written in c++ and uses the RTX RTOS. The program creates instances of module classes according to a configuration string. These are deleted and then remade if this string...
  • ANGEL monitor
    Do you plan to support debugging ARM projects via ANGEL monitor?