STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RXNE is never set.SPI always read 0

I am trying to use the SPI interface with a SPI ADXL345 sensor and the STM32F072 Nucleo board.I want to make a very basic read operation.Now the read function is blocked in waiting the the RXNE signal.But the RXNE is never set . SPI always read 0. I ...

EMEYD.1 by Associate
  • 635 Views
  • 2 replies
  • 0 kudos

Resolved! HAL_Delay function corner case not covered

Hi there, this is the default implementation of HAL_Delay function for stm32h7xx_hal.c (and I assume many other hals too)__weak void HAL_Delay(uint32_t Delay) { uint32_t tickstart = HAL_GetTick(); uint32_t wait = Delay;   /* Add a freq to guara...

VMach.1 by Associate III
  • 684 Views
  • 3 replies
  • 0 kudos

How to operate with eMMC in High Speed mode on stm32h750?

Hi, i am using stm32h750 with eMMC Kingston EMMC16G-W525-E01U, as mass storage device. MCU and eMMC operates from 3.3V.I can put eMMC to 8-bit mode and it works ok, but maximum clock speed in 8-bit mode is 25 MHz. If i set clock speed more than 25 MH...

VVi.1701 by Associate II
  • 1475 Views
  • 0 replies
  • 0 kudos

LIN bus master data send

Hi,I am creating project in which I need to use LIN bus, I have tried to generate code from cubeMX, I have changed the BaudRate to 19200 in initialization, see the code from Initialization :static void MX_USART1_UART_Init(void) { huart1.Instance = ...

T-Kom by Associate
  • 592 Views
  • 0 replies
  • 0 kudos

Resolved! ''active write protected STM32 device detected''

Posted on February 14, 2017 at 14:07Hi, I am working on ST STM32L151VB-A, I burned a loader which already worked for me, and since then I get ''active write protected STM32 device detected'' also on other application that worked fine. when I try to ...

0690X00000605tIQAQ.png 0690X00000606ItQAI.png 0690X00000606E4QAI.png

How to change the clock frequency on a STM32H753ZI

Hey guys completely lost on this one. I have seen many other STM32 chipsets and in the reference manual its plain and simple how to increase it, however when it comes to this chip it doesnt list the Wait state for the CPU frequency but for the AXI pe...

CLeo.1 by Senior II
  • 2052 Views
  • 6 replies
  • 0 kudos