i am facing issue with uart transmission the data to the realterm software i didnot recieving the data to console i am attaching the code here #include "stm32f746xx.h"
#include<stdint.h>
#include "uart.h"
int main(void)
{
uart4_tx_init();
RCC->AH...
i am plugin the ST-link cable it shows COM6 in the devices but while debugging it is showing the below error Target no device found Error in initializing ST-LINK device.Reason: No device found on target.