Stm32 hal_uart not working

hi i’m using stm32 l496zg-p board in that i took one blink example in that example trying to create uart communication using C file i used HAL_UART_init() function along with transmit function it’s not working

stm32 32 hal_driver function can i use for transmission inside of c++ functions?

and main.cpp file will call uart init function it will take care further process of communication but it’s not working
i used extern “C”

Hi
I think you should share a project in a github repo.

Regards,
Jerome

this is live project can’t share … i resolved this issues,

i resolved those issues thank you