User Activity

Im not sure what is going on...The goal is to receive an unknown transmission length from the UART. Issues:HAL_UARTEx_ReceiveToIdle_IT(): Event callback is called "incorrectly".I am unable to get any DMA to function, neither the UART DMA or I2C. Simp...
Hi, Not sure if this is an issue or if I'm missing something.Shouldn't the processors reset-pin be pinned by default even though it allows for alternative functions?Maybe this is a non issue, but I feel like the reset pin is somewhat critical. 
Hello everyone.What is the proper procedure when restarting the entire ethernet?Im using LWIP and FreeRTOS and im not sure if im restarting everything correctly...These are the steps im using.Terminate TCP Server thread. netif_set_down(&gnetif); neti...
Hello everyone!The question is simple, i want to be able to "return" to the previous view when entering a sub-menu (view).There are many ways to do this, like manually assigning a label/identifier to each view.Pushing the label anto a stacked stored ...
Hello!This is the first time im using NOR Flash so bear with me :)Question #1I screwed up and forgot to add a pullup for the open drain ready/busy NOR output.So i've tried the ghetto approach of using the internal pullup of the STM32 as "busy wait" b...