How to Blob FLUSH S32E288-975EVB Hello, my company is exploring using this chip for our new product. I am having trouble getting the code built and flashed through micro-USB UART onto the board. I was able to FLUSH the pre-built "Hello world" print binaries that come with the RTD package to the board and tested working, so I know it is possible, but when I want to do this with my own code, I could not find any instructions on how to do this. There are no linker_flash files in Project_setting/Linker_files/ in any examples from RTD, and there is no mention of how to do this in the manual. Am I supposed to build in JTAG debug RAM mode and manually use IVT? What is the procedure? How do I build a UART flashable file? If anyone can point me in the right direction, it would be much appreciated. I found this on this forum: https://community.nxp.com/t5/S32Z-E/creating-a-Blob-Image-using-IVT-S32Z2/m-p/2362406#M322 I am not sure if this works, since this is not closed, but I will try. If there is any support for this board, that would be great. Re: How to Blob FLUSH S32E288-975EVB Hi,pyc
About how to create a Blob, from starting the Flash, you can refer to the following content.
1.The recommended startup method we suggest is the one like GreenVIP's, starting from SMU and then proceeding to R52. You can refer to GreenVIP for details. In GreenVIP, there are also instructions on how to create Blobs and how to burn Blobs.
S32ZE_GreenVIP_1.3.x/doc/UG_S32ZE_GreenVIP.pdf
Design : Product Information : Automotive SW - S32Z/E - Vehicle Integration Platform (GreenVIP)
2. To start directly from R52, you need to modify the link script and startup file. It's a bit complicated. You can refer to the following link, which has supported similar situations.
Guidance for IVT Flash Image Creation for R52_0_0 Core on S32Z280-594EVB Without Debug Probe.
How to reduce the binary size in S32Z2
3. About the QSPI boot mode setting of S32E288-975EVB, you can refer to this picture form user-guide of S32E288-975EVB.
S32E288-975EVB Evaluation Board Solution for S32E2 Family Microcontrollers User Guide
BR
Joey
Re: How to Blob FLUSH S32E288-975EVB Hi,pyc
Thank you for contacting us.
The design file on your website is also missing the schematics, so I am unable to check from my side. Any help is appreciated.
>>>You can find the design documents and Start Guide for S32E288-975EVB on the official website interface as the following picture.
S32E288-975EVB Evaluation Board | NXP Semiconductors
BR
Joey
Re: How to Blob FLUSH S32E288-975EVB Hi, so the Example diode code is trying to toggle D12, and the get-started guide on your website for S32E288-975EVB is using information from S32E288-400EVB. The design file on your website is also missing the schematics, so I am unable to check from my side. Any help is appreciated. Re: How to Blob FLUSH S32E288-975EVB Quick update. I tried the exact same procedure for the Dio example, and was able to create the blob file. I flushed it onto the board, and the LED is not blinking. The flush procedure is definately correct since I was able to flush the some pre-build artifacts I found inside the IDE folder. Have anyone verified this procedure at NXP that this procedure actually work on this dev kit?
記事全体を表示