• Low TCP speed!!!
    I'm using RL-TCPnet to send data from my board to PC. it is working without problem but the speed is extremely low!!! I'm send data using tcp_send. this function seems to be call every 10 ms by timer_tick...
  • low power mode
    I am trying to put my STM32F103 eval board into standby mode and wake it up using two different external interrupts. I can use the external interrupts with no problem, but I can not get the low power...
  • os_mut_wait in low level functions
    An experienced programmer told me we should not use os_mut_wait in the bottom of a function call tree, e.g: function A() call B(), B() call C(), C call D(), D() is about sending bytes through UART...
  • Low Voltage Operation of LPC3250
    Hi, I am using LPC3250 for my design. My system has to be very power efficient therefore I have to apply some power management techniques. When I checked the user manual I saw Low-Voltage Operation...
  • Low Power Mode in STM32L152
    Hi, I am using the below function to enter low power mode in STM32L152, but yet the current consumption of MCU is about 4 mA. is there other configurations? RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR...