• main_tcpnet() processing time
    Hi every body, I am in a bit trouble of finding out the processing time taken by main_tcpnet() function. As it is written in documents that this function must be called periodically but does not specify...
  • How often should main_TcpNet be called?
    Hi, in an standalone application, how often should I call main_TcpNet()?
  • Prefetch Abort (PAbt) after Entering Idle (Help!)
    Part: LPC222x Hi, I am experiencing a Prefetch Abort after entering Idle mode via setting the IDL bit in PCON. Where I normally would run this: StartTimerInterrupts(); while (1) { ...
  • STM32F030 Read/Write Flash Throwing HardFault
    Hello, I'm trying to read and write data in the flash on the STM32F030R8 Nucleo dev board. I took example firmware straight from ST, but i'm getting hardfault error whenever I tried to write to flash...
  • FTP Server List Command: main_TcpNet takes long time to return
    Hello. I'd like to report this bad approach on the TCP Server and to ask for some workaround ideas. I have a system capable of having thousands of files that WILL be listed if a tcp client issues...