Kamil Duljas

Results 3 issues of Kamil Duljas

Example: svdconv.exe stm32f7x6.svd return Found 0 Error(s) and 1 Warning(s). svdconv.exe stm32f7x6.svd.patched return Found 1060 Error(s) and 292 Warning(s). The patches schould be compatible with CMSIS tools and Vendors architecture...

https://github.com/STMicroelectronics/STM32CubeF7/blob/6a3b9bb8d09839f365ba83a6cf5823ae5f5226db/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c#L279 In related to documentation, The checking compatibility before FIFO threshold level and size of the memory burst is very fragile but after returned other state than HAL_OK the function...

bug
internal bug tracker
hal

TIM_CCER_CCxE_MASK makro should be contain 6 channels, not 4. Missing `TIM_CCER_CC5E` and `TIM_CCER_CC6E` ![image](https://github.com/STMicroelectronics/STM32CubeF7/assets/87798948/6e41f934-fdbb-49d4-a24e-3cc532120eb9) Example: ``` HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_1); HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_2); HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_5); HAL_TIM_PWM_Stop(&htim1,TIM_CHANNEL_1); // TIM_CR1_CEN is '1' (TIM_BDTR_MOE is '1' for advanced timers)...

bug
internal bug tracker
hal
tim