User Activity

can we use internal 24MHz clock for STM32H7A3VIH6Q host or we should use external? Maybe in the future we are going to use USB. Now, just UART and SPI, should I use external to support USB in the future?
Per spec. STM32H747 has 1MB on-chip memory available. However, how that memory mapped is something I don't quite know. Linker allocates 256K @ 0x2000000 for code, and there's some DMA memory @ 0xD000000, but it's size is mystery as there's no explici...
is there an example or steps for exporting a makefile script in CubeIDE?
I have a solar panel the generates about 5V @ 200mA, trying to use the solar panel (5V/200mA) and charge a single cell lithium battery with a capacity of 5000mA. Can the SPV1040 device handle this task? Thank you.
I'm trying to write to the on-board peripheral screen of the STM32F429I board, but haven't found a working example: I tried following along some examples online and in the project directory, but they all reference functions like "HAL_Init()" or "BSP_...