ChibiOS / ChibiOS-Contrib

Community contributed code (ports, drivers, etc).
130 stars 226 forks source link

[Feature Request] Support for NUC121 #255

Open jindaxia opened 3 years ago

jindaxia commented 3 years ago

http://www.nuvoton.com.cn/products/microcontrollers/arm-cortex-m0-mcus/nuc121-125-series/ and datasheet https://datasheetspdf.com/pdf/1134277/nuvoton/NUC121/1

elfmimi commented 3 years ago

NUC120 NUC121 NUC122 NUC123 NUC125 NUC126 and NUC140 NUC220 NUC240 and more... these are all close siblings with USB support. I'd like to see support for them all in the future.

elfmimi commented 3 years ago

Here is my progress so far. https://docs.google.com/spreadsheets/d/1X-sQdVe6JJeprrTbHXPAz0ckdHqr3YHeE0xE8iY3nFo I suppose LLD of SPI for NUC121/NUC125/NUC126 is likely get named SPIv2 .

elfmimi commented 3 years ago

Here's an experimental support for NUC125 and NUC121 https://github.com/elfmimi/ChibiOS-Contrib/tree/nuc125-hacky . This is an attempt to find out how different those are from NUC123.

jazlee commented 3 years ago

Here's an experimental support for NUC125 and NUC121 https://github.com/elfmimi/ChibiOS-Contrib/tree/nuc125-hacky . This is an attempt to find out how different those are from NUC123.

any update on this?

elfmimi commented 3 years ago

No update. try it as-is. and let me know what is your needs. what is your expectations.