STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

B-L475E-IOT01A Connectivity Issue!

I am trying to execute the very simple example that came with the board, publishing sensor data on AWS.Here are the videos that shows the example I'm talking about:1) https://youtu.be/PY32lLiauKk2) https://youtu.be/6eUqxjBL_wII have failed to connect...

0693W000001cFBTQA2.png

I2C IAP on STM32F411 Failed

Hi, Dear:In our project, we need use STM32F411ve to update firmware image by I2C at bootloader mode.When the chip enter bootloader mode, at first we use a USB cable to connect PC and F411, STM32CubeProgrammer can download the firmware image to the ch...

TDai.1 by Associate
  • 268 Views
  • 0 replies
  • 0 kudos

STM32G474RE FDCAN not transmitting

I had FDCAN working on the G4 MCU before doing the firmware update from 1.0.1 to 1.1.0. Since the firmware update and upgrade from STM32CubeIDE 1.0.0 to 1.2.0, the FDCAN controller seems to not transmit any messages, even though the HAL_FDCAN_AddMess...

DWils.1 by Associate
  • 2332 Views
  • 6 replies
  • 1 kudos

SM32F011F3 - ADC DMA, HAL_ADC_ConvCpltCallback only called once. Variable set 1 but not grabbed by if. Code only running after programming.

Hello ST-Community!I am having a very rough start with my first project using an STM32 MCU. My task is actually very simple and I was confident I could fit this in 8kb of program memory. It actually fits the flash in release build, but I cannot debug...

0xD by Associate II
  • 248 Views
  • 0 replies
  • 0 kudos

Resolved! LwIP set link down - why it is required?

Hi,Why it is required (or recommended, as I see in examples) to set the link down when the cable is plugged out from the ethernet connector? It works when I once set the link up and leave it up forever. It doesn't matter when I plug out and in the ca...