• Stack Underflow
    Hey everyone, just wondering if you could perhaps point me in the right direction. I'm doing a project using an ARM7 lpc2388 using RTX and the TcpNet library for TCP ethernet communication. I found...
  • 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...
  • Writing a Stack Underflow with the C51 compiler
    I am attempting to do something that seemed simple, but it is turning into a mess. I want to write a stack underflow monitor in main that both checks the stack pointer to insure it is at the bottom,...
  • E 323: section boundary (length) overflow (underflow)
    Hi, I have a very big const array. When i am trying to compile I get the following error: E 323: section boundary (length) overflow (underflow) Can anybody tell me what is happening?
  • My MCU jumps to os_idle_demon after some seconds Network STM32f
    Hello, Here is my program: int32_t socket; uint8_t *sendbuf; void Time3(void){ TIM_TimeBaseInitTypeDef TimeStruct; NVIC_InitTypeDef nvicStructure; NVIC_PriorityGroupConfig(NVIC_PriorityGroup_3...