User Activity

Hello,STM32F429 drives a FT813 based LCD. LCD driver code is generated from Eve Designer code software.Sometimes the driver code hangs (suspect of an EMI issue)If I were using RTOS then I would put it in a seperate task and restart it if it hangs.W...
Hello, We are planning to use an Analog Front END IC for power line communication (with proprietry protocol)* 400 - 600 bps data rate* DC power line with voltages up to 80V* BFSK communication with sinus mark and space frequencies around 2.5 Khz & 6 ...
Here is the situation, there are 2 developers. Both developers download the code from the repository and issue a build & debug cycle.Test_functions is an array of function pointers. In the debug session, Test_functions has different values (given in ...
Posted on June 17, 2016 at 11:06Hello,I am planning to build a device with a STM32F107, The user should be able connect to the system via both Ethernet and USB.When connected via ethernet, I should inform the IP address of STM32F107 to the user.For ...
Posted on June 17, 2016 at 08:04Hello,I am designing a board with a STM32F0308.STM32F0308 will be connected to a linux based SOC via UART connection. When a software update is required, I plan to send the new firmware for STM32F0308 via uart and the...