• srand() / rand()
    Hello, Is there a way to have real different random numbers? For the moment, I'm using the rand() function, but this one is generating the same sequence over and over again. I have to unpower my application...
  • seed monitoring
    Can someone help me to make a seed monitoring system for my seeding machine, something like this: with the optical sensors resistant to daylight which register the seeds fall from the machine in...
  • 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...
  • Looking for 8051 core with max speed and max memory
    Hi, We need 8051 core with below specification: 1) Effectively working at > 25M hz freq ( means considering the number of clocks per instruction ) 2) Code memory > 128 K 3) Data memory ~ 64K ...
  • Max Stack Usage Reduces
    Hi I am a newbie in embedded development, I have a question about Stack usage watermark feature. I enabled this feature to have a look at the max stack usage, So for e.g. just when the debugger is started...