2025-11-05 6:55 AM - last edited on 2025-11-05 7:44 AM by Peter BENSCH
Hello everyone,
I would like to know if someone has ever tried to couple those two hardware components together?
I am currently using the STM32C092RC board to build an FD-CAN network, and I would like to exchange some real data — or more explicitly, to simulate some real scenarios.
Since the C092RC has an UNO shield connector, I thought I could easily use the VL53L8CX sensor on it.
But the platform.h file, which normally communicates with the hardware, is made for the STM32F4xx family.
So, is there any way to get the correct platform version for the STM32C0xx family? Has anyone ever tried this?