STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Problems with ethernet on SMT32F429ZIT6

Hi, I am having problems connecting my f429 board (nucleo 144) through ethernet with TCP. I followed several threads that i lost the link to, but here are my settings. and of course the LWIP configuration (everything not shown was left by default)i a...

PabloD9026_0-1701670911715.png PabloD9026_1-1701670968017.png PabloD9026_2-1701671110225.png PabloD9026_3-1701671193569.png

Resolved! ETH_DMAMR_SWR in STM32H733

Hello. Try to start ETH on STM32H733. ETH_DMAMR_SWR setted by HAL in HAL_ETH_Init() but do not reset by device during timeout 500ms and even 2000ms. The same code run over STM32H723 perfect. I am try this https://community.st.com/s/question/0D53W0000...

AChas.1 by Associate II
  • 2653 Views
  • 7 replies
  • 0 kudos

LWIP stack configuration issue on NUCLEO-H755

Hi everyone!I'm experiencing on ethernet communications using a NUCLEO-H755 board.I already configured the LWIP stack on the M4 core and it seems work.Now I'm trying to make it work on the M7 core following this guide:https://community.st.com/t5/stm3...

iTTy by Associate III
  • 1449 Views
  • 6 replies
  • 0 kudos

STM32F103 Custom HID SUSPEND/RESUME

I'm trying to build a Custom HID project to mimic a certain device. I've prepared the description bytes packages and everything is working fine as long as I continuously send data. When I stop sending, device goes to LP and SUSPEND mode. I couldn't f...

e-zeki by Associate III
  • 913 Views
  • 5 replies
  • 3 kudos

Resolved! 16 bit ADC interface

HiiI'm interfacing External adc with stm32f429I want to read 16-bit parallel data from ADC and connected16 lines from ADC to GPIOA GPIOA->IDRhow the data is stored in IDR and how to access the input data register continuously for every sample. Thank ...