IOsetting / hk32f030m-template

HSXP HK32F030M template project for GNU Arm Embedded Toolchain
Apache License 2.0
32 stars 3 forks source link

Adding SDK examples for reference? #8

Open deividAlfa opened 1 year ago

deividAlfa commented 1 year ago

There're few SDK examples available here, I uploaded them here.

They might be prety useful as reference, it woud be nice to add them to the repo files.

IOsetting commented 1 year ago

Yes these examples are very helpful. Because they are Keil MDK projects, they need to be tested on GCC before being added to the repository, I might do it later.

deividAlfa commented 1 year ago

They're pretty generic examples, being Keil projects is not important, it's using the same peripheral library, so the calls are the same. It made my life a lot easier when using sleep/stop modes, AWU timer...

Not really meant to be "compile and run", but provide some useful info, which is kinda scarce with these obscure devices.

You know, have a peek at main.c, etc, "Ahh it's using this function" 🤔