• CMSIS network library
    Hello Everyone, Can i get a example code or sample code on the TCP server using the CMSIS network library
  • RTX5 and network BUG??!?
    Hi all, After some hours I decided to start a new empty project with default configuration like this 1. New uVision project 2. STM32F107RC as CPU 3. Selected the next components: 3.1 RTX5 ...
  • Driver CMSIS ESP32 and Network stack
    I am currently working on the integration of the Keil Network stack in order to use an Ethernet (currently operational) and a WiFi link. For the WiFi function, we have chosen a component that Keil says...
  • bug in CMSIS USART driver
    hello, obviously there is a small bug in CMSIS USART Driver STM32F4xx Rev 2.3: line 1808: else if (usart->reg == USART3) { __HAL_RCC_USART2_CLK_ENABLE(); } correction: else if (usart->reg...
  • printf with cmsis library
    Hello I use printf for sending out data from USART ports. struct __FILE { int handle;} ; FILE __stdout; FILE __stdin; FILE __stderr; int fputc(int ch, FILE *f) { while(!USART_GetFlagStatus(USART1...