Hi Serah,
Thank you very much for your support.
Ok, I saw these differences and I could make USB work merging your 'init_gpio.c' with the TWR one.
The problem is that your 'init_gpio.c' does not link with BSP project because there are some missing functions like:
_bsp_quadspi_io_init()
_bsp_flexcan_io_init()
_bsp_nandflash_io_init()
_bsp_adc_io_init()
These functions are present in the 'init_gpio.c' from TWR BSP.
Maybe because I am using MQX 4.1.1 and your BSP is for MQX 4.0...?
If I search for any mention to NAND or QSPI in your BSP files, there are no results - I wonder where are they beeing initialized?
What other files, besides 'init_gpio.c' I have to put in my BSP project?
Would you have a BSP for MQX 4.1.1?
thank you and best regards,
Sandro