• 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 Timeout
    Hi, I use keil uVision 5.1 and CMSIS UART driver How to set the timeout to an arbitrary value. Best regards Amr Hendy
  • 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!
  • UART Baud rate CMSIS Drivers
    Hi all, I am working with the STM32F7 Disco, trying to use USART6 with CMSIS Drivers and RTOS (v1). With the ARM_USART_Control function, I can control the argument of Baud Rate, such as 9600, 115200...
  • 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...