STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Beginner problem with NUCLEO-L4R5ZI and blinking LED

Hi,I'm realy new to this and I'm using NUCLEO-L4R5ZI with Ac6 System Workbench for STM32. I've found the board and initialized all peripherals with their default settings inside STM32CubeMX. Then I've generated the code for System Workbench and impor...

USB interface of STM32F303 Nucleo-144 is not detected

Hello all,I want to use the Nucleo Board asmentioned above for sampling data with the ADCs and sending them with the USB interface to my PC. The problem is that the PC (Win 7) does not connect to this port. It doesnt appear in the device manager. Of ...

Bench by Associate III
  • 669 Views
  • 6 replies
  • 0 kudos

STM32L4Sxx/STM32L4Rxx Support in OpenOCD

Hi,I am working on STM32L4+ (STM32L4S5xx) MCU, OpenOCD does not support L4+, https://sourceforge.net/p/openocd/code/ci/master/tree/src/flash/nor/stm32l4x.c has no support for device_id 0x470 - reported by STM32L4S5xx.There is a commit in OpenOCD und...

How to operate EMMC at 1.8V while my MCU is at 3.3V?

Looking at the eMMC requirement, it looks like HS-200 mode is limited to 1.8V/1.2V I/O levels. (From STM32H7 MCU Reference manual) HS200 Bus Speed ModeThe HS200 mode offers:• CLK frequency up to 200MHz Data rate – up to 200MB/s• 4 or 8-bits bus width...

STM32F4 ADC Scan conversion is not working.

Posted on March 20, 2018 at 16:09Hi,i have an ADC where i want to read multiple channels sequentially and than use this data. I read them every second or so, so i want to start the reading manually each time. But when its started it should read all ...