Hi all,
I am currently working on creating a BMS test bench using the NXP 14-Cell Battery Emulator, the S32K144EVB-Q100 board, and the Battery Cell Controller (BCC) and S32 design studio. However, I am facing some challenges with the setup:
Could someone guide me on how to successfully extract the data from the emulator in whichever way it can possibly done and resolve the issue with FreeMaster not detecting the board?
Thanks in advance for your help!
Hi,
Thank you for your response. I have debugged the program, and the new firmware has been successfully written to the MCU. However, after resetting the MCU, the red LED turns on, indicating that the BCC has not been initialized. According to the code, the red LED should be triggered if the BCC is not initialized.
I am using the software example for monitoring and have attached the main.c file for your review. Could you please guide me on the next steps to resolve this issue and have attached a document of the console tab for the above example project.
Looking forward to your feedback.
Hi,
if you have project in S32DS compiled successfully, just download it to the MCU using Debugger with OpenSDA interface, just follow chapter 4.4 of the board quick start guide
https://www.nxp.com/document/guide/getting-started-with-the-s32k144evb:NGS-S32K144EVB?section=build-...
Or if you have srec file as well you can use board's MSD Flash Programmer as mentioned in https://www.nxp.com/document/guide/getting-started-with-the-s32k144evb:NGS-S32K144EVB?section=opensd...
After the application is loaded to MCU, you can then connect to FreeMASTER, assuming application SW includes FreeMASTER communication driver.
BR, Petr