-
Notifications
You must be signed in to change notification settings - Fork 53
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
PIC32MZ support ? #368
Comments
What you are asking for is not PIC32MZ support (which we already have) but a specific board definition for your specific board. |
It's not possible to do a generic board definition with maximum I/O and hardware init ? |
I need to get all I/O offered by the PIC32MZ2048 on a generic board |
Which PIC32MZ2048? There's lots of them. All of them different, and all of them needing special settings. |
I have the PIC32MZ2048EFG144 |
Ok. That is step one. Now we know what number to enter into one of the settings. That's about 2% done. The second step is to work through schematics and datasheets for both the chip and the board and match up where peripherals need to be mapped to. Getting that right takes a lot of time and effort. Then definitions for that specific board can be created. There is no such thing as a "generic" board with MZ - PPS makes that impossible. |
https://www.olimex.com/Products/PIC/Development/PIC32-HMZ144/resources/PIC32-HMZ144_UM.pdf |
Now I understand "PIC32MZ has Peripheral Pin Selection hardware that has to be configured." |
Need a support for the bare minimum PIC32MZ board like the OLiMEX dev board.
To migrate my home project from PIC32MX (https://www.serveurperso.com/?page=robot).
I'm free for testing (with two OLiMEX boards)
Low level API wanted :
Pascal
The text was updated successfully, but these errors were encountered: