• os_idle_demon Underflow on LPC3250
    I am developing with uVision 4.0 for LPC3250 target on Windows XP. The platform is the Phycore phy3250 board. I have compiled and successfully executed code from Keil's RTX_Blinky example and Phycore...
  • WFI() - call in os_idle_demon() in RTX_Config.h
    Hello there, I'm relatively new to STM32- and RL-ARM-Programming. I'm using Keil, the STM32F107VC-controller, the standard peripheral library and the RTX-Kernel. I am developing a device, which...
  • STM32F769I EVAL Ethernet Not Resolving on Network
    Hello, I'm using an STM32F769I EVAL board to test a web server implementation in Keil RTX. I have the project set up to use a the STM32CubeMX low-level drivers and the higher-level Keil PHY and EMAC...
  • RTX and network problem
    Hello, Here is my program which sends a UDP package each 100us(micro-second). int32_t socket; uint8_t *sendbuf; void Time3(void){ TIM_TimeBaseInitTypeDef TimeStruct; NVIC_InitTypeDef nvicStructure;...
  • resetting an STM32F
    I'm looking for a way to do a soft reset on a STM32F207. I'm not able to find or compile any of the watch dog examples, I can jump to absolution location but not execute, and most other code samples...