• trouble over trouble
    Hello I'm working with the AT91RM9200 from Atmel and I have some problems with data abort. The stack size is big enough. I tested it by making the user stack size zero and see which errors now occured...
  • Troubles with fopen()
    Hi. I'm trying to use EFS in SPI flash. All libraries and sources are included in project according to rl-arm_gs.pdf and I set heap to 0x1000. finit() and fformat() functions works normal, but when I...
  • Simulation trouble
    Hi, I have just started using the Keil Development tools. I build a loader example based on ST IAP UART demo that work fine on a real board. Then I try to convert the target in order to test modifications...
  • Mutex trouble
    Hi, When I create task and debug function fi_Test1 program crach on acces to memory. What is cause of it? Thank You int fi_Test1(void) { int res; START_LOCK (int); RETURN (res); END_LOCK;...