STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Mixing HAL and LL for STM32F446

Posted on April 22, 2018 at 14:39Hi there!I have a bit of code, which was initialized using CubeMX and now I want to use a mix of HAL and LL (use LL for transmitting, use HAL for everything else). Currently I have tried to generate CubeMX code and j...

new unprogrammed STM32F303xC into DFU mode

Posted on April 19, 2018 at 21:27If I buy a new STM32F303xC and solder it to my board, will it power up in DFU mode? Is it required to pull BOOT0 high to enter DFU mode? I would like to do first-time programming without manually using a jumper.#new-...

STM32H7 LWIP cache bug + fix

Posted on March 26, 2018 at 12:54 I have a Nucleo-H743ZI board that I'm running some ethernet code on, that I based on the LWIP example applications. The problem was that I could only ping it once on every reset. The problem went away when I disa...

Resolved! UART DR vs TDR/RDR registers

Posted on April 16, 2018 at 17:30I don't understand something, what's the point of TDR and RDR registers if during the Receive and Transmit functions they read/write into the DR register.Moreover UART is normally full duplex but if we read/write int...

oldone by Associate II
  • 3594 Views
  • 7 replies
  • 0 kudos

image on lwip http server

Posted on April 16, 2018 at 16:33I ve been messing around with the http server example (netconn) of the lwip stack in stm32f4 dev board. the example works well and I see the example web page without probles. The problem apears when I change the web ...