User Activity

I am trying to debug the program using ST link on the board STM32F0308-DISCO. But after adding a breakpoint the Truestudio don't stop at the break point
I am using SPI3 of STM32F446ZE MCU to communicate with 25AA02UID EEPROM. I am writing 8 bytes and reading 12 bytes (4 bytes + last written 8 bytes). I am using HAL Library for this operation. For writing I am using: HAL_SPI_Transmit()And for reading ...
I am using STM32. I can read the NDEF file from M24SR via I2c but I want to to delete it after reading so do I erase? I didn't found any example of erasing in app note.
Posted on May 31, 2018 at 14:02I am working on STM32F030Xc MCU. Which I set UART settings as: 7- bit, None parity, 2 stop bits, And its connected with PC terminal with settings 7-bit, Even parity, One stop bit. So both MCU and PC should not communic...
Posted on May 16, 2018 at 08:04Hi,I am exploring X-NUCLEO_IDB05A1 with STM32L476RG Nucleo, And while building the Profile_central project, I am getting build errors in console. Errors like:arm-none-eabi-gcc: error: ..\..\..\..\..\..\..\..\Middleware...