Hello,
I'm using an S32K116 32 pin package uC. I'm currently trying to get the bootloader demo found here to work.
S32DS Platform is the IDE I normally use however since the S32K116_LIN_Bootloader project uses Processor Expert, I'm using S32DS for Arm. Importing the project gives the following error
Before installing the Kinetis SDK I could only select the 48 pin variant of S32K116. After installing Kinetis SDK 1.3.0 Mainline - Windows, I'm now able to pick the 32 pin variant of the uC but the error still shows up and it isn't possible to generate code using Processor Expert.
A workaround I'm using is to use the pin_mux.c and pin_mux.h file from a different project that builds to use the correct pin configuration in the project.
The UBL.pdf file found in the unified bootloader package isn't descriptive enough.
My 2 questions are:
1. How do I get rid of the error so I can generate code using Processor Expert?
2. Is there a more in depth explanation for configuring the bootloader, changes to be made to the application to switch between application and bootloader, updating the application using the bootloader etc?
Any assistance would be greatly appreciated!
Solved! Go to Solution.
Hi
A1: Please download the S32 Design Studio for Arm 2018.R1 – Windows/Linux and install S32 Design Studio for ARM v2018.R1 Update 11 with S32 SDK S32K1xx SR 3.0.2. This project is based on S32K1 SDK 3.0.x.
A2: Have you read theUnified Bootloader – User Guide?
I’m sorry to say that Unified bootloader shared on the community is only unofficial demo provided AS IS with no guarantees and no support. Currently we do not have resources to support this demo. We apologize for any inconvenience.
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi
A1: Please download the S32 Design Studio for Arm 2018.R1 – Windows/Linux and install S32 Design Studio for ARM v2018.R1 Update 11 with S32 SDK S32K1xx SR 3.0.2. This project is based on S32K1 SDK 3.0.x.
A2: Have you read theUnified Bootloader – User Guide?
I’m sorry to say that Unified bootloader shared on the community is only unofficial demo provided AS IS with no guarantees and no support. Currently we do not have resources to support this demo. We apologize for any inconvenience.
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------