• Trouble when simulate
    Why uVision2 does not simulate 8952. This compiler does not understand 8952 register(example TR2, T2MOD, T2CON...) Nguyen The Son
  • 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...
  • 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;...