STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Again Microsecond timer on STM32C011F6U6

Hi,I tried to reach 1us delay. To do that I use a timer on 1MHz and try to reach more or less precision delay. void delayMicro(uint16_t delayMc) { __HAL_TIM_SET_COUNTER(&htim16,0); // set the counter value a 0 while (__HAL_TIM_GET_COUNTER(&h...

SergiiVolchenko_2-1710415105639.png SergiiVolchenko_0-1710414975564.png SergiiVolchenko_1-1710415059317.png

Resolved! First steps with STM32F446 and SPDIF

Hi,I just got a Nucleo 64 with an STM32F466 and want to start developing some own softwareinitialise the MCU for with the maximum clock possibleread 96 kHz stereo SPDIF frames from one of the inputs (polling would be fine)analyse the received data (j...

HMüll.4 by Associate III
  • 982 Views
  • 5 replies
  • 0 kudos

Resolved! FDCAN not working on Nucleo U545 boards?

I've tried both Zephyr RTOS and an STM32CubeIDE HAL project, and cannot get the FDCAN interface to work.After performing requisite initialization steps, I add a packet to the TX FIFO. No error is returned, but no packet is transmitted. I can repeat t...

robzeno by Associate II
  • 2594 Views
  • 8 replies
  • 0 kudos

Resolved! Programming stm32f4 with openOCD @2.5V

Hi,some flash operation depends on the MCU supply voltage (see picture).I would like to program an STM32F401 with openOCD, where the MCU is supplied with 2.5V.Is the possible?If yes, - Can I use the stm32f4x.cfg or are there modifications needed?- Sh...

TB_0-1709808760688.png
T B by Associate II
  • 732 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 NUCLEO and Simulink

Hi , I am trying to build a simple program for blinking leds in Simulink using STM32 NUCLEO F746ZG. When I push on "Build", Simulink gives me this error. Does anyone know how to fix it? Thank you in advance

Sim_bloques.png Captura de pantalla 2024-02-12 222109.png

Windows not recognizing STM32F103RBT6 in DFU mode

Hello there!I have a custom board to control a motor, which I have tested so far using SWD, but now I need it to use the USB DFU to upload new code. As far as I get it, to make the DFU work, I have to put some code in the microcontroller. Following s...

Schematic.png
FelipeLw by Associate
  • 2657 Views
  • 6 replies
  • 3 kudos

Resolved! STM32WL5M I2C and the Sequencer Utility

Hello.Recently I received an B-WL5M-SUBG1 board and started to develop a LoRa applicationbased on the LoRaWAN_End_Node example that I got from STM32Cube_FW_WL_V1.3.0 archive.I managed to get the example running and sending LoRa packets.My objective n...