User Activity

Hello,    I am trying to make the HTTPD webserver working in a custom board using STM32F407VET6 and LAN8720AI.I made some progress (see previous post). The state of the art is the following.- ping works;- TCP echo server works;- HTTP ST example page ...
Hello,      I am unable to make httpd server. I am working with the following platform: CPU: STM32F407VET6 (Cortex-M4)LAN PHY: LAN8720AISO: FREERTOS V10.3.1 I configured the LWIP and FreeRTOS using CubeMX tool. The ping command works fine.  I defined...
Hello,     I am developing on a custom boards with a STM32F407, LSM6dsv16x and LIS2MDL.On CubeMX I set the MotionFX package. Even selecting the MotionAC it looks like the library is not added to the output (is it correct?). The motionTL can be added....
Hello,      on an STM32F407 I am experiencing a Flash Erase/Write error. The odd things is that it happen only the first time after boot, the following times after the error I can write with no errors. But, if I erase and write in the Init phase, bef...
Hello,    I am working on a custom board based on STM32F407 CPU with the LSM6DSV16XTR accelerometer+gyroscope and LIS2MDLTR magnetometer.The aim is to get board inclination and compass information with the maximum accuracy.The MotionFX library seems ...