User Activity

I am starting a product design tentatively using the STM32F072RBT6.I want to determine how soon the CTS input must go low to prevent the USART from transmitting the next byte.Even informed opinion would be appreciated; but a reference to documentatio...
I added a c source file to an existing folder in my project and it shows in the project explorer.When I build the project or build the individual file it appears to compile (in the console). But references to functions in the file come back as undef...
Can someone shed light on what I am seeing?I was trying to validate the set up of one counter using the ISR of another counter. While the program was running I placed a break point in the code to stop and read the values. The difference values read f...
I created a project for the Nucleo-F207 board using FreeRTOS and LWIP that worked. But when I tried to re-create the same project for the -F429 it did NOT work. [However the -F207 binary did work when loaded on the -F429 board.] On the -F429, DHCP...
I managed to get a simple TLS client working on the NUCLEO-F207ZG. I cannot get the program to run on the NUCLEO-H743ZI2. On Wireshark I see several DHCP DISCOVER messages go out; followed by an OFFER message coming back. My code never responds with ...