User Activity

Hello,I have configured an External flash for the F412 chip. So I modified the STM32F412RETX_FLASH.ld like this:MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 256K FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 512K QUADSPI (r) ...
Hi,When the STM32CubeMX or STM32MCUFinder try to update the database, I receive this error at the final step. I tried many things but all failed. It happens recently. I had not such a problem before.
Hello,I can run the GUI on the screen, however, for some unknown reason, the touch does not respond. I have tested the touch function separately in the while loop and it handles the x and y coordinates correctly with the same code and with checking t...
I have enabled an ADC of a STM32F407. I want to check how well it samples the input signal, therefore I should see in in the SWV graph. But it seems the SWV is unable to grab all data sequentially. I read ADC using DMA and 1000 buffer length. How can...
When I want to import variables from the .elf file (generated by the TrueStudio, inside the Debug folder) into the STM Studio software, I get the below error. When I press OK and bypass it, it shows a list of variables, but none of them gets importe...