User Activity

Hello,I'm starting a dual-core project .But how do I add a driver in project tree under CM7 in the directory MyProject\CM7\Drivers\STM32H7xx_HAL_Driver?I have copied (manually) stm32h7xx_hal_pcd and stm32h7xx_ll_usb drivers into this directory MyProj...
 Downloading a selected version of STM32CubeMX does not work.Download link:https://www.st.com/en/development-tools/stm32cubemx.htmlWhen I select 6.11.1, and login, nothing happens.I can downlad the latest version 6.12.0.Am I doing it wrong? 
Hello STM32 friends!Board: Nucleo-H755ZI-QCore used for LWIP: M7Goal: LWIP without RTOS(UPDATE below: I solved my own question, find it on github, hope to help somebody with it)I have followed many posts on the ethernet topic, but for a long time I w...
For the Nucleo-H755ZI, I use the 'PWR_DIRECT_SMPS_SUPPLY' choice in 'HAL_PWREx_ConfigSupply', like: HAL_PWREx_ConfigSupply(PWR_DIRECT_SMPS_SUPPLY); With this setting, the board works fine and keeps working after flashing.If you choose for example 'PW...
Hi STM32 friends,I'm about to learn something new, because I hit a problem with STM32CubeMX 6.11.1 (newest)I have used Ethernet on several M7 platforms, not always without a bit of struggling.However, this time after configuring ETH, LWIP remains gra...