STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Ethernet Buffer issue.

I need some help. I'm using the STM32F46 with the PHI(LAN8742A) to communicate with Android's Tablet using LWIP. The communication works great, but after sent some data from the tablet to the MCU, the communication collapse. If I increase the size of...

SArma by Associate
  • 608 Views
  • 0 replies
  • 0 kudos

ethernet with dp83848 on RMII mode

I changed ethernet transceiver chip .My ethernetif.c file works with lan8742 but I have to use dp83848 on my project.I've compare datasheets of two chips and I've edited lan8742.c-h files according to dp83848's datasheet.However it's not work...

Bilge by Associate III
  • 879 Views
  • 0 replies
  • 0 kudos

What is the easiest way to update the user firmware (microcontroller application code) on a Nucleo board?

I'm working with a Nucleo F429ZI, and I want to be able to make firmware updates to the board in the future, preferably through the board's USB port (not the ST-Link debugger USB, as this will be removed for my application.) I was wondering what the ...

JChan.0 by Associate II
  • 616 Views
  • 1 replies
  • 0 kudos

Confusion with interrupts and handlers in HAL

I'm using stm32f103c6, i'm confused as to how should i handle the interrups, what i need is to count pulses from an external source, it has to be accurate so the best way is to do it with timers right? So i've configured the cnt_en from timer2 to act...

MPera by Associate II
  • 721 Views
  • 1 replies
  • 0 kudos