• overlaid data permanent
    I have an application where, if used as intended, module 'N' is accessed and module 'O' is never accessed, However, if used with 'old format directives' module 'O' is accessed and module 'N' is never...
  • overlaid data permanent
    I have an application where, if used as intended, module 'N' is accessed and module 'O' is never accessed, However, if used with 'old format directives' module 'O' is accessed and module 'N' is never...
  • CMSIS UART driver Infineon XMC4800 IRQ not registered
    I'm using RTX on the new XMC devices and I discovered a problem with sending over UART. The KEIL UART driver defines the TX IRQ in uart.c as #if (RTE_UART0 != 0) #if (UC_SERIES == XMC14) void...
  • CMSIS UART driver Infineon XMC4800 IRQ not registered
    I'm using RTX on the new XMC devices and I discovered a problem with sending over UART. The KEIL UART driver defines the TX IRQ in uart.c as #if (RTE_UART0 != 0) #if (UC_SERIES == XMC14) void...
  • How to write the program permanently into the microcontroller
    I'm completely new in this areas. Can anyone tell me how to do it? Thank you!