• 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 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...
  • sam7x low power mode
    hi everybody I am using at91samx257 micro controller. I want to set at91samx257 in low power mode but when i do this, the at91samx257 consumes about 40mA(PLL is set to 48MHz and no peripheral clock...
  • USB HID Low performance
    Hi everybody I'm trying to migrate from AT91SAM7S256 to SAM3S8B Micro controller. I applied some necessary changes in my project and everything works well. But I have a problem: In previous project...
  • 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...