cancel
Showing results for 
Search instead for 
Did you mean: 

I am following the course "STM32L4 workshop". The course uses STM32L476G-DISCO board and I am having STM32L475 Discover Kit IoT Node (B-L475EIOT01A2C). What changes needed in the example code to make it working.

PDutt.2
Associate II

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."

2 REPLIES 2

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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.