LL_USART_TransmitData8 has problem in IAP.
I work on STM32H750VBT7 project using IAP. I cannot see right character (for example 0x30) output after calling LL_USART_TransmitData8. I do check TDR had got right content. The user program address is 0x8006000, I had changed VECT_TAB_OFFSET as 0x6000 also. But, same program is no problem if running it at 0x80000000. HAL_UART_Transmit works fine in same program.
I use IAP without any problem on other STM32 MCU. Is there any difference IAP mechanism of STM32H750VBT6 from others? I appreciate is there is any working example on STM32H750VBT6. thank you.
Best regards,
Langston