User Activity

I am creating a project for the STM32F767ZI. The Fatfs library WITHOUT freeRTOS works well. When I include freeRTOS in my project, I cannot get past mounting the disk:retSD = f_mount(&SDFatFS, (TCHAR const*) SDPath, 1);From reading the forums, I foun...
I'm trying to debug code in external flash memory mapped at 0x90000000. However, I get the following error when looking at the disassembly during debug. Failed to execute MI command: -data-disassemble -s 2415922564 -e 2415922663 -- 3 ...
I am using a STM32F746zg uc connected to a W25Q80 Flash memory. In my initialization I erase a page then memory map the flash and then I read a pointer to that address. I expect to read 0xFF as the flash has just been erased, however I read 0x88. I'm...
I'm trying to get the basic input_capture example to work. I've created a project for the nucleo-f746zg board using cubemx and I've followed the cubeF7 example for input capture to be able to capture the ON time of the blue push button on my board. H...