STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MicroPython .dfu file flashing in NUCLEO-F401RE board

Hi,I want to know procedure to flash latest MicroPython .dfu file in NUCLEO-F401RE board.Please note NUCLEO-F401RE board is having only ST-Link connector. NUCLEO-F401RE board is not having additional USB connector. How to convert .dfu file into .el...

S.Kamath by Associate II
  • 390 Views
  • 0 replies
  • 0 kudos

memset() execution slower at some addresses

Hello,After some investigation was found that memset has different behavior executed from different places in flash. Data and instruction cache are off! Micro used is stm32h743xi.Function is called with following arguments --> memset(dummy, 0, 64)Its...

DApo.1 by Associate II
  • 1767 Views
  • 10 replies
  • 0 kudos

How to include a STM32L451xx project on Jenkins?

Hi, Am using the SW4STM32 on Win 10 to develop an IoT project witha STM32L451xx device (included FreeRTOS and CMSIS on the project). I would like to integrate this project into Jenkins so that I can automate the build and testing processes. I would b...

Ivera by Associate
  • 423 Views
  • 0 replies
  • 0 kudos

UART DMA RECEIVE ON STM32H755ZI DUAL-CORE MCU

Hi,Recently I bought a STM32H755ZI Development Board and would like to use it for UART RX with DMA. I used CubeMX to generate the project and everything worked fine with the function "UART_RECEIVE_IT()" but never worked with UART_RECEIVE_DMA(). I've ...

TCHIA by Associate
  • 551 Views
  • 2 replies
  • 0 kudos

Resolved! I have pruchased a STM32L476VG Discovery board recently. I wanted to build a USB to CAN Interface. For that purpose I need to take CAN Tx, Rx data lines from the STM32 Discovery board and I have to connect those lines to any external transceiver.

I had gone through the datasheet and user manual. I could not fined respective CAN_TX, CAN_RX pins on the board(Pin Number PA12(CAN_TX), PA11(CAN_RX)). These pins are not available on the Discovery board. Then how can I take CAN TX, RX data to the ex...

RahulR by Associate II
  • 503 Views
  • 2 replies
  • 0 kudos