User Activity

Posted on September 10, 2012 at 09:40Hi, I am having an issue with ST-LinkV2 on a STM32L-discovery board not communicating with the IAR debugger after the system clock is lowered. In my code, I started off with the sysclk at 4.194Mhz (using the MSI)...
Posted on May 11, 2012 at 03:42Hi, I looked thru' the tftpserver.c code, and noticed that there are possibilites of memory leak in process_tftp_request() if efs_init() or ls_openDir() fails, ie, upcb is not released. Can anyone confirm that? Thanks...