2024-11-16 09:23 AM - last edited on 2024-11-18 02:53 AM by SofLit
Hi everyone,
I'm working on a project using the Nucleo-G474RE board and the Arduino IDE. I'm aiming to utilize advanced peripherals like FDCAN and USB.
While the Arduino Core for STM32 provides a simplified interface, I'm facing challenges in directly accessing the low-level hardware registers for these complex peripherals. I believe leveraging the HAL layer would be a more suitable approach.
I'm seeking guidance on the following:
I'm open to any suggestions, tutorials, or code examples that can help me achieve my goal. I'm particularly interested in learning from experienced developers who have successfully implemented these peripherals on the Nucleo-G474RE using the Arduino IDE.
Thank you in advance for your valuable insights!
2024-11-18 02:41 AM
Hi @ParthDhoble
Here is a workshop dedicated to get started with STM32DUINO
Similar question was asked here, you can develop your own implementation or custom middleware (like USB device) for host drivers to extend the functionality
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.