User Activity

Posted on May 31, 2015 at 01:33Hello!I am looking for an overhead free solution for UDP data streaming.Today I am able to stream UDP data from SPI->DMA->MEM->ETH, using pbuf by Ref:    TaskUdpStreamErr = netbuf_ref(buf, dataPointer, TASK_UDP_STREAM_...
Posted on May 16, 2015 at 15:27Dear Forum,I bring forth a probably trivial question yet I'm uncertain how to approach it.Using ST STM32F427, RTOS, lwip and sending data over UDP, If I try to send data small than the MTU: e.g: netbuf_ref(buf, dataPoi...
Posted on April 13, 2015 at 19:57Noticed an ''interesting'' issue that I was unable to trackdown.If I compile the example LwIP_UDPTCP_Echo_Server_Netconn_RTOS using IAR 7.40 everything works fine YET when I compile the same code using IAR 6.50 I get...
Posted on March 28, 2015 at 01:37Hello!I found an interesting issue with FLASH_Erase_Sector().Two setups, one always works the other usually doesn't.Setup 1 - that always works:Program starts at SECTOR_0[code]define symbol __ICFEDIT_intvec_start__ =...
Posted on March 27, 2015 at 12:22I need to integrate an old code written using the Standard Peripheral Library to a new (big)project that's using CubeF4.As easy as it sounds I can't find any commonality between the libs..1. Is there any documentatio...