[STM32H750] Can not upgrade the firmware by STM32CubeProgrammer when I have used the DTCMRAM sectionjust add this code : the STM32CubeProgrammer will upgrade failed:__attribute__((section(".DTCMRAM"))) uint8_t buf[2400] = {0};int main(void){xxxx....
How to update stm32 h750 firmware by uart in ubuntu terminal?Is there any open source ?I found stm32flash tool, but it can not support stm32h7.Is there any other option?
STM32H750 STM32CubeMX 6.0.1STM32H FW 1.8use LL driver, but the EXIT is not working.use HAL driver , works oktest on PC8 as EXITmodify nothing, the code is gen by CubeMX
Yes, when enable HAL_TIM_PWM_Start(&htim15, TIM_CHANNEL_1); and HAL_TIMEx_PWMN_Start(&htim15, TIM_CHANNEL_1); then PWMN channel is working,But I just want to enable CH1N or CH1 at one time, not enable both CH1N and CH1