we are currently not using any DMA in our UART transmission..just a simple messages sequence which we can send from STM to Nordic BLE .
attached is the C code which I am trying..let me know if we need any changes here..if we need to add any driver file.
when I test as individual STM board this works fine..only when integrated to Nordic I find this issue...
when Tx is done(HAL_TRANSMIT) I get ifconfig___end at the other end instead of intended characters..do not know the reason
same when Rx is done(HAL_RECEIVE ) I cannot see any characters received...but till the pins when connected to USB-> UART terminal we are seeing from Nordic..but not inside STM...can we know why this is happening.