Ask questions, find answers, and share insights on STM32 products and their technical features.
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 = ...
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 ...
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...
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 ...
I am getting suspiciously high current draw (10mA) after I callHAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_ON, PWR_SLEEPENTRY_WFI);and I'm trying to track down the culprit, I'm suspending the systick but it makes no change.In stm32f0xx_hal.c it list...
Hi All,I am using SD card store something log on H743 with mbed. But I encounter a problem which will poll the strange status "HAL_SD_CARD_RECEIVING".I can initial without any issue. Also can write a shot address and read. But when I write a contin...
Hello,I'm trying to connect my MPU6500 to my Nucleo f411re board with the SPI Protocol.The MPU6500 is working correctly because I tested it with an Arduino and it worked as expected.I'm using SPI2 with the Pins PB15, PB14 and PB13.But for some reason...
I have added a bootloader to my code with 0x4000 size. I added SCB->VTOR = 0x8004000 before memory jump from bootloader to app code and I also added SCB->VTOR = 0x8004000 at the first line in the app code main.c . The memory jump works well. My free...
Hey,i want to implement a Modbus TCP IP client on my STM32L432KC board.is there a good libary you would recommend me? iam using a W5100 Ehternet shield connnected via SPI.i want to read/write holding registers on the Modbus master..thanks!