free-pdk / pdk-includes

Device Include files for Padauk MCUs
GNU General Public License v2.0
10 stars 8 forks source link

PMS150G support? #11

Closed lulersoft closed 1 year ago

lulersoft commented 2 years ago

PMS150G support?

serisman commented 1 year ago

Looks like PMS150G/PMS15B is basically the same as PMS150C/PMS15A with the following changes:

FUSE options:

Additional pull-low option for Port A.

I added the required files to the new-ics branch. I do not have any PMS150G/PMS15B ICs to test with, so I can't confirm if these are the only required changes.

I would be interested if someone could read back locations 0x3F0 - 0x3FF from a blank/unprogrammed IC for me. This would allow me to verify a few things such as the Factory Bandgap Trim Address, and the Default / Blank IC FUSE values.

serisman commented 1 year ago

Support for this will get merged up along with Pull Request: https://github.com/free-pdk/pdk-includes/pull/13

serisman commented 1 year ago

@lulersoft - not sure if you still need this or not, but were you able to pull down the new-ics branch and see if the new include files for PMS150G work for you?

serisman commented 1 year ago

I merged PR #13, so support for PMS150G should be there now.