STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

DMA returns wrong SPI data

Posted on December 08, 2017 at 10:48Hello everyone.I have a strange problem where my SPI data seems to 'shift' and my DMA goes out of control (I do not have a clue why it is acting as it does). I am developing a program using the STM32L433CC togethe...

Why the device serial number in BlueNRG1 is incorrect

Posted on December 08, 2017 at 08:44I found there is an uniq device serial number in BlueNRG1 datasheet, and it's address in 0x100007F4, but when I try to read it, they are all 0xFF, and the memory content in keil memory dialog is all 0xFF. My board...

cgh21 by Associate II
  • 185 Views
  • 0 replies
  • 0 kudos

Start DFU bootloader.

Posted on December 08, 2017 at 08:32Hello,I'm trying to start the DFU bootloader of an STM32F4 Controller.I have my own bootloader implementation and I try to jump to the DFU bootloader from my bootloader.My Problem is:My Firmware is connected to CA...

Resolved! HAL_UART_RxCpltCallback() is triggered only once

Posted on December 07, 2017 at 10:21 Hello all, I am using STM32F030R8T6 and also using HAL libraries for programming. I am using two UARTs one as a debug UART1 to send various messages to PC and UART2 for communication with Bluetooth module (...

Mrunal A by Associate III
  • 595 Views
  • 1 replies
  • 0 kudos

ST-Link utility v4.1.0 poor connect disconnect

Posted on October 19, 2017 at 18:16I just upgraded from v3.9.0 (having previously used most versions since 2.5.0) and now connecting and disconnecting are seriously degraded. Specifically, after physically disconnecting the programmer from our board...

gfuehrer by Associate II
  • 264 Views
  • 1 replies
  • 0 kudos

STM32F4 I2C with DMA not working

Posted on December 07, 2017 at 23:56Hi everyone, I'm using one STM32F4 and I want to communicate with my LSM303 accelerometer. For that I'm using I2C, and just using I2C works fine but when I try to use DMA with it, it stops working. When I use HAL_...

STM32F7 USB / HAL / DMA

Posted on November 11, 2017 at 05:37I'm doing research on USB lib v2.4.2 and HAL (checked 1.6.0 and 1.8.0), trying to understand how it's internals are working. Target chip is STM32F746, target mode is FS (because of internal PHY).I'm stuck at this ...

Labels