STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

mbedTLS_ssl_handshake failed error while connecting STM32F429ZI NUCLEO Development board to AWS IoT Cloud USING LWIP + mbedTLS Library

Hello,I am trying to connect the STM32F429ZI Nucleo development board to the AWS IoT Cloud using MQTT Protocol, with FreeRTOS and mbedTLS middleware v2.16.2 enabled.I am using DHCP and am able to get the IP. Without security, the code works fine with...

SGupt.6 by Associate
  • 571 Views
  • 1 replies
  • 0 kudos

Update MCU firmware (RMII and external flash)

Hello,I own a Nucleo-H723 and I would like to know how to update the MCU firmware using the ethernet port to transfer data. I want to send the bin/hex file over TCP (LwIP) and store the file in a external flash (QSPI), as I am not sure that the MCU f...

inigo1 by Associate II
  • 1004 Views
  • 4 replies
  • 0 kudos

What is the register behavior of "rw_wt"?

I'm trying to understand the register behavior of rw_wt.In the RM0090, Ethernet DMA transmit poll demand register (ETH_DMATPDR) has a register. this register declared as "rw_wt". But I don't know how rw_wt work.Could you please clarify the register b...