|
|
|
|
|
by sylware
1263 days ago
|
|
I want to build my DYO usb keyboard, that including 64bits RISC-V assembly coding of the keyboard firmware. I have been lurking on the Ox64 for while but I need a few more green lights: - Is the boot rom enough to fully init the SOC? Aka, I don't need to run extra code I would need to include in my keyboard firmware on the sdcard. - The hardware programming manual misses the USB2 controller with its DMA programming. Even with some SDK example, you would need the hardware programming manual to understand properly how all that works. - I want to run my keyboard firmware directly from the sdcard slot, and that directly on the 64bits risc-v core, possible? (no 32bits risc-v core). |
|
I'm not the most familiar with it, but I believe all hardware init (setting clock source, initialing USB, GPIO, etc.) is handled by the flashable firmware of which there are open source SDKs for.