User Activity

We have made a batch of 30 boards using the STM32U073. One of this 30 boards is not working as expected.I am able to connect STM32CubeProgrammer to the processor using the SWD port. I am using STM32CubeProgrammer v2.18.0. If I try and erase the flash...
The makefile generated by STM32CubeMX has the following line describing the linkers dependencies.    $(BUILD_DIR)/$(TARGET).elf: $(OBJECTS) Makefile Unfortunately editing the .ld file will not force the linker to be executed next time make is execute...
Steps.Open STM32CubeMX. I am using version 6.12.1Click MCU SelectorSelect STM32U073K8U6. Note this table says the flash size is 64 kBytesClick Start ProjectSelect the Project Manager tabChange the Toolchain / IDE option to makefileClick Generate Code...
I am using a STM32 part on a Nucleo dev board. When I am looking and the main page in CubeMX I get an overview of the processor and its pins but I do not have a handy mapping to know which Nucleo pins are connected to which processors pins.Could we h...
I am looking at revision 64 of the the AN2606 application note.https://www.st.com/resource/en/application_note/an2606-stm32-microcontroller-system-memory-boot-mode-stmicroelectronics.pdfSection 89 of this document gives some tables for some timings f...