User Activity

I had an unattended script to regenerate and compile the project.In it, I call CubeMX using this cmd: java.exe -jar STM32CubeMX.jar -q cubemx_script These are the contents of cubemx_script: config load myProject.ioc project generate exit It has worke...
CubeMX 6.5.0, CubeIDE 1.9.0No matter what I do, CubeMX always generates this:/* Initialize all configured peripherals */ MX_GPIO_Init(); MX_TIM2_Init(); MX_DMA_Init(); MX_TIM3_Init();While it should be:/* Initialize all configured peripherals...
 FIX: Enable pull-down resistor in SCK pinInit parameters:CPOL=0 CPHA =0, so SCK level should be idling at LOW level.Software NSSHalf-Duplex, master modeSoftware: CubeIDE 1.9, CubeMX 6.5.0Device: STM32F411CEIssue:Regardless of the clock config, SCK i...
Called from SystemClock_Config.The pointer is clearly ok, as you can see in the Vars window, but the check detects it as null and exits with HAL_ERROR.Doesn't make any sense, any thoughts?
Kudos from