Skip to content
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

Apply CAN functionality in UART bootloader #33

Open
khlee11 opened this issue Oct 28, 2024 · 0 comments
Open

Apply CAN functionality in UART bootloader #33

khlee11 opened this issue Oct 28, 2024 · 0 comments

Comments

@khlee11
Copy link

khlee11 commented Oct 28, 2024

The development environment is
MPLAB X 6.20
XC32 Compiler
MCU: PIC32MZ2048EFH144

I applied the UART bootloader and developed the application.
Due to the need, we would like to apply the CAN module to the application.
However, the CAN function applied to the application is not reflected in the UART bootloader environment.
The same is true of I/O settings.

So I've done both input/output and function port settings in the bootloader pin settings before.
And I confirmed that it works by setting the same on the application.

However, if you apply CAN-related settings, you will not move from the bootloader to the application.

I don't even get an error in compilation and I don't know what the problem is.

Can you check the procedures and methods to enable CAN functionality in UART bootloader?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant