User Activity

SPI with NSSNSS Signal Type Output Software is missing in the pulldown.What did I wrong?I attached the ios file.Of course I can edit the source and never let STM32CubeMX touch the project again, but that wasn't the goal, right?   hspi1.Init.NSS = SPI...
 In STM32CubeMX 6.13.0 - Application Structure is Basic and gray.I solved it by editing the ioc file, it remains gray, but at least "Advanced" is selected and the code is generated accordingly.I changedProjectManager.MainLocation=SrctoProjectManager....
Hi, I'm using STM32CubeMX 6.13.0 and MCU STM32H753VITx.When initializing the SDMMC1, I am missing the call to function HAL_SD_Init.  void MX_SDMMC1_SD_Init(void) { /* USER CODE BEGIN SDMMC1_Init 0 */ /* USER CODE END SDMMC1_Init 0 */ /* USER...
I have two STM32MP157C-DK2 dev boards, they still have the demo software on it.They collected a lot of dust, over the past years.The problem is the 3d cube demo slowing down after days.After a reset it is fast again. Perhaps a memory leak?Because it ...
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...