2025-10-11 8:45 AM - edited 2025-10-11 8:47 AM
Dear STM32 Advisor,
I'll design a system based on Nucleo 64 H533RE. The system will act as USB CDC and USB HID Keyboard at the same time. The idea is when the CDC receive a character, here for example "F" then the Nucleo H533RE will output a high going pulse. And, if the Nucleo H533RE receive falling pulse external interrupt, the the Nucleo H533RE will press the F8 key. As a beginner on STM32, is it possible?
Thanks and regards,
Fuad Purnomo.
2025-10-11 9:29 AM
The hardware is capable of doing that.
I recommend buying a nucleo board, getting the existing relevant examples working, then extending it to your use case.