User Activity

Hello,I'm trying AudioRecord_demo() on STM32H750B Discovery and nothing happens. Touchscreen demos are working, not sure where to start checking things out. It seems that everything is already properly set to Microphone input and HeadPhone output.Has...
Hello,we're maintaining assembly projects to teach baremetal assembly programming on STM32H750 board.Project used to compile without and warnings, but lately we're getting new errors.Project is stripped down to bare assembly and probably something is...
Hello,I'd like to learn more and understand how to create project that will work with code in internal and (or only in) external Flash ?Examples in CubeH7 seems to be set to address of external Flash memory.Thanks in advance,regards.
Hello,has anyone tried to compile or make a port of MicroPython for STM32 board?Is CubeIDE the right IDE to start with ?Any advice or more info on how to prepare a port of Micropythong for STM32H750B-DK board ?Thanks in advance,regards.
Hello,I'm trying to enable and read DWT counter from assembly on STM32H750-DK board.My code is :// Register Addresses   .equ DEMCR, 0xe000edfc // DEMCR reg .equ DWT_CYCCNT, 0xE0001004 // DWT_CYCCNT reg (RM, pp.3211) .equ DWT_CTR...
Kudos from