STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 533 Views
  • 3 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
  • 488 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
  • 1630 Views
  • 6 replies
  • 0 kudos

Resolved! f_open not working properly

Hii everyone,I'm using stm32f4 discovery board and its header board which consist sd card interface in it. I'm using cubeIDE to generate code for 1-bit mode SDIO interfacing using DMA. But the problem is at f_open instruction while debugging step by ...

Rsrma.1 by Associate III
  • 1007 Views
  • 6 replies
  • 0 kudos