• debug C8051F411 with crc-functions don't work
    Hi there, i use a SiLabs C8051F411 with an onboard crc32-engine. In my firmware i build a crc32-checksum of the downloaded hex-file in flash. This checksum is compared to a pre-saved crc32-checksum...
  • 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...
  • __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...
  • 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...
  • mktime() function in time.h don't work right
    hi i use stm32f103 in keil. my problem is "mktime() function in time.h don't work right on tm_isdst" please help me. thankyou