Resolved! I'm working with B-L072Z-LRWAN1 and the STM32CubeExpansion_LRWAN_V1.3.1. But when I thy to communicate using I2C i get locked waiting for I2C_FLAG_TXIS be SET.
This is how I configurated the I2CThis is the part I'm geting locked.
Ask questions, find answers, and share insights on STM32 products and their technical features.
This is how I configurated the I2CThis is the part I'm geting locked.
I'm attempting to migrate an old project from Coocox, to a good old Makefile, and somehow, even though all the gcc options are the same, and I use the same exact toolchain, I get his error, following this command:arm-none-eabi-gcc -c -g -O0 -Wall $(...
Hi. I am trying to understand Bariers Instructions like ISB, DMB, DSB.Where and when should I use them.
Hello,My code gets stuck in "Activate the corresponding transmission request" when calling "HAL_FDCAN_AddMessageToTxFifoQ"Here is where it actually gets stuck in stm32h7xx_hal_fdcan.c:/* Activate the corresponding transmission request */ hfdcan...
Hello,while Nucleo-H743ZI product page and schematics are available, I am unable to locate any for the Nucleo-H743ZI2 board. Could you please assist? Thank you!
Our MCU (STM32L010) is getting wake up ~32 seconds from stop mode due to IWDG reset. Is there any way to Freeze IWDG counter during stop mode.Pls respond as soon as possible..
Hello @Community member @All ALL @Alexandre Allien Currently, I am using STM32F412CGU6 Microcontroller along with External FLASH(W25Q32JVSSIQ).The External Flash(W25Q32JVSSIQ) supports QSPI interface for fast reading of data.I would like to interf...
Hello,I was looking to the docs about flash/ART accelerator, and it was saying access through ART is only if done through ITCM not through AXI, and ITCM access is through 0020 0000. The (default project) linker description (of STM32CubeIDE) only has ...
I write a program, send 0x55 via UART, and set the system timer for 1000 calls per second.the program is recorded to FLASH and works as expected.then I change the address for the firmware in the linker, instead of the flash drive I write to RAM.I cha...