2020-12-23 11:35 PM
I also checked directly using binary files provided, but there is no output on the COM port. I tried to compile and run using IAR Embedded Workbench, there is no error, only following message which is worth mentioning:
"C:\GCP\STM32L4_Workshop_V1.5\HandsOn\1_System_Operating_Modes\1_RUNMODE\EWARM\STM32L476(FLASH)\Exe\RUNMODE Configuration.out to flash memory."
2020-12-23 11:50 PM
When porting code between boards you're going to need to pay attention to pin differences, especially those of the USART/VCP. With GPIOG bank pay particular attention to the VCCIO enable.
2020-12-24 12:05 AM
Thanks for the suggestion. I shall try to locate the pin differences or I shall create a totally new project and just use the functionalities of main c file for testing.