2025-06-20 7:46 AM
Hello,
I am working on USB device CDC ACM for STM32N655L0.
I found an example about "Ux_Device_CDC_ACM" for NUCLEO-N657X0-Q. Can I use this example for my mcu? How can I find ioc configuration of this example?
I also tried to implement this example to my project but when I change some configuration from ioc, new code is not match with this example. On the other hand, I did everything as inside of example but I am getting error during clock initalization.
Best Regards,
Basri KAYA
2025-06-20 9:35 AM
Hi @B.Kaya
According to datasheet, the only difference should be = No neural ART option (artificial intelligence)
So the example firmware should be functional if you have the same hardware configuration as in nucleo board.
You can attach ioc file.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-06-20 9:41 AM
Hi,
Thanks for quick response.
I wanted to access to ioc file of Ux_Device_CDC_ACM example to check my configurations. If you can not share it, can you confirm that my configuration is same as example?
I will share it asap.
Best Regards.