Posted on February 07, 2015 at 06:00Hai all, Now i am working with STM32F407 for OTA (Over the air) via ethernet.I can able to receive some sample bytes of data via ethernet and i can able to write on flash successfully.Now i want to flash write one...
Posted on February 04, 2015 at 11:08Hai all, I am sending GPIO toggle application via ethernet to STM32F407.My application total length is 2920(.hex file).But in controller side i am getting 1460 data only.In controller i am receiving data like, ...
Posted on February 11, 2015 at 11:05Guys i found the solution..To receive more data we have to set TCP queue segment..Now i can able to get all data in server..Thanks to all..
Posted on February 11, 2015 at 06:54Now in client side i conformed i am sending all data by printing in client only..But in server(STM32F407) der is MACRO as TCP segment size./* TCP Maximum segment size. */#define TCP_MSS (2017 - 40...
Posted on February 09, 2015 at 05:56Now i am using ARM 32-bit Cortexâ„¢-M4(STM32F407). I had generated one GPIO toggle application (.hex) using COOCOX.Kindly suggest me which is an easiest way of OTA for this device(STM32F407).I have doubt like,sho...
Posted on February 06, 2015 at 15:46Thank you belomutskiy.andrey.In client side i conformed that what i am sending..Issue on client side not in server side...Thank you so much..
Posted on February 06, 2015 at 06:48Thank you belomutskiy.andrey.Client side i am sending data by reading .hex file.While sending in client side, i conformed data what i am sending, by printing the length of the data..