Hi, with stm32cubeprogrammer i've read flash memory, but when i want to program the micro with the file that i've read, it says that "core is locked up". what should i do to solve this problem?
I also want to see where the defines or variables in the current page originate from?for functions its key "F3", but by variables and defines i don't know how to find them...
By reading i have no problem. In "Device memory" window there is a address bar, data size and data width, that i use the default value for them. Then i choose "save as" and then read command.By writing i receive these messages:'Start operation achiev...
My problem with example project got fixed. I simply unzipped the stm32f7 package.with debugging problem, i realized that, though i update the st-link , but it didn't update, and finally i was able to update it. and also i have to choose swd port and ...
Yeah, it's an example project with HAL drivers. right now i checked another example project named "BSP", and there wasn't such problem, what should i do to fix this?About the Original project i think it's "BSP".I want to build and debug example proje...
Thank you for your answer, i used the Ctrl + Left click it worked. But i think it doesn't work for HAL drivers both .C files and .h files. Is there another way to see the contents of HAL drivers with shortcut keys?I have bought stm32f796I-discovery, ...