Skip to content

[hdsc] HC32L110 bring up #498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

[hdsc] HC32L110 bring up #498

wants to merge 5 commits into from

Conversation

vesim987
Copy link
Collaborator

@vesim987 vesim987 commented Apr 26, 2025

As a disclaimer:

  • this thing is some weird mix of CortexM0+ and peripherals from random 8051 MCU
  • the documentation is lacking
  • the official SDK is barely helping
  • function configuration for pins is a mess, so most likely i will need to do it outside the standard gpio part of the HAL.

Don't yell at me for random numbers in the code, a lot of it is from poking the MCU with a stick and seeing what happens :D
And also, examples are taken from rp2xxx i plan to keep similar interface where applicable, most of configuration is most likely going to be comptime-only due to the limited space.

@vesim987 vesim987 force-pushed the hc32l110 branch 2 times, most recently from 8f9cc20 to d6f2cf5 Compare April 26, 2025 00:41
@arkadiuszwojcik
Copy link
Contributor

I think you can remove all examples for this HAL except blinky and some other simple ones that might work. BTW, a very unorthodox selection of HAL to work with ;)

@vesim987 vesim987 force-pushed the hc32l110 branch 4 times, most recently from 43837a7 to 9733eae Compare April 26, 2025 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants