hk32f030m-template icon indicating copy to clipboard operation
hk32f030m-template copied to clipboard

Adding SDK examples for reference?

Open deividAlfa opened this issue 2 years ago • 2 comments

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.

deividAlfa avatar May 18 '23 21:05 deividAlfa

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.

IOsetting avatar May 20 '23 15:05 IOsetting

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" 🤔

deividAlfa avatar May 20 '23 16:05 deividAlfa