User Activity

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...
I am looking at the STM32U073x8/B/C Datasheet - DS14548 - Rev 2 - March 2024.   Table 12 on page 35 is a list of all the pins and which pin they are connected to on each package.   The row for VDDUSB does not have a pin listed for the UFQFPN32 packag...