• NAND MT29F1G08ABBDAH4 don't works
    Hi all. NAND MT29F1G08ABBDAH4 + Cortex m4 at Keenetis K70f15 dont' works. I've began to use mdk473 instead of mdk503 after conversation with Keil support team. Purpose is still the same - to...
  • UART Simulator don't work
    Hello all, i try to execute the following program under µVision-V4.00-Simulator but the Serial Window shows nothing. By debugging the programm comes to rest upon sth putchar('A'); Please help me...
  • Interrupts and startup files
    Hi all, I am working on developing some code to generate a timer interrupt. I am having several issues/difficulties. I am working with Atmel's AT91SAM7X256 with the AT91SAM7X-EK board, and Keil...
  • Can interrupt don't trigger
    Hi, I have used dome CAN examples but I hae met with an strange problem. With the following code that I attach later I've get to trigger the interrupt recpection of can IRQ and every thing seems...
  • __global_reg() don't work correctly
    I declare a global variable: __global_reg(5) pCPUCB_t Cur_CPUCB; Then I assign a value to this variable: Cur_CPUCB = &CPUCB[0]; But a compiler doesn't generate code for this assigments...