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

Board: STM32F407G-DISC1, OS: ubuntu 16.04, IDE: Attolic TrueStudio, CubeMX(for code generation), Baud rate: 9600, Time Base Source : SysTick

Hi,I'm trying to receive data through USART2 through Arduino's serial terminal. I'm not able to receive anything. When I suspend the process, it is always stopping at UART_WaitOnFlagUntilTimeout(); . I'm using "HAL_UART_Receive(&huart2, rx_data, 10, ...

debug a CubeMx generated project

I want to debug a CubeMx Generated project on Nuelco-L496ZG board.In CubeMx, I created a project with only DCMI and related DMA, and generated the codes.Without adding any other code, I debugged the project in System Workbench for STM32,I thought the...

hsong.11 by Associate II
  • 277 Views
  • 0 replies
  • 0 kudos

STMFlashLoader Demo.exe on an STM32F756EVAL.

Trying to use the STMFlashLoader Demo.exe on an STM32F756EVAL. The auto baud detection in the UART bootloader seems to only sometimes work at 9600 baud. I try higher bauds but it fails. And there is no Speed command (0x03) like the CAN protocol has t...

rammit by Senior
  • 353 Views
  • 3 replies
  • 0 kudos

Problems with BDMA (from memory to peripheral)

I need to do a project where I use the BDMA to transfer arrays from memory to the GPIO. The idea is to send the information in 8 bit parallel at 12.5MHz.I started with the DMA example from the STM32 (called DMAMUX_RequestGen) to try to understand how...

0690X0000088TNRQA2.png 0690X0000088TKcQAM.png 0690X0000088TLLQA2.jpg 0690X0000088TLpQAM.png
JGon? by Associate
  • 264 Views
  • 0 replies
  • 0 kudos

Resolved! Doubts about AN4013 and timer gated mode

Hello,an4013 Rev. 6 on page 21 writes:"The Counter Enable signal is generated by a logic OR between CEN control bit and the trigger input when configured in gated mode."while e.g. RM0351 writes:"Enable the counter by writing CEN=1 in the TIMx_CR1 reg...

WWDG Reset

I configured the WWDG using cubeMX and the init looks as follow: hwwdg.Instance = WWDG; hwwdg.Init.Prescaler = WWDG_PRESCALER_8; hwwdg.Init.Window = 127; hwwdg.Init.Counter = 127; hwwdg.Init.EWIMode = WWDG_EWI_ENABLE; if (HAL_WWDG_Init(&hw...

raffin by Associate III
  • 307 Views
  • 0 replies
  • 0 kudos

How to setup I2C

I am trying to connect the VL53L1X distance sensor to a B-L072z-lrwan dicoboard so it can send data using the lorawan stack .This is my first project using a hal and i cant get the I2C connection working.The output to my serial monitor is: 536872016...

TVoge by Associate II
  • 651 Views
  • 1 replies
  • 0 kudos