Hello,I'm using NucleoU575 with CubeMx and I want to make a file system on my SD card.I want to use FreeRtos but there are no Fatfs in CubeMx and the FileX cannot work with FreeRtos (image). Is there anyway i can use Fatfs with STM32U5 ?Thank you.
Hello,In STM32WB exemple BLE_HeartRate, i can see the name of HeartRate service on my phone (like image). But when i create my own service, how can i set a name for it ?Thank you.
Hello,I run STM32WB exemple : BLE_p2pServer_ota on STM32CubeIDE with the BLE_Ota exemple for bootloader. In this application we start from address 0x08007000MEMORY{FLASH (rx) : ORIGIN = 0x08007000, LENGTH = 484kRAM1 (xrw) : ORIGIN = ...
I added STM32F4 Fatfs files and It can work.I share my code for the NUCLEO-U575 to everyone who needs in the file attached here.1/ I used this SPI driver for the sd card : https://www.micropeta.com/video292/ I copied the FATFS files from a CubeMX pro...
Thanks for your answer I used two exemple of ST : BLE_p2pServer_ota and BLE_Ota (STM32Cube_FW_WB_V1.8.0) and i didn't modify anything.I got this problem when i run the debug: "Break at address "0x8001042" with no debug information available, or outsi...