NXP Semiconductors
AH1721
SJA1105SMBEVM UM
AH1721
All information provided in this document is subject to legal disclaimers.
© NXP Semiconductors N.V. 2018. All rights reserved.
User Manual
Rev. 1.00
— 16 July 2018
17 of 35
may have to select a folder for importing to
– use the project folder. During
execution after “Finish”, there may be a warning, that existing resources will be
overwritten, which you should acknowledge: the gene
ric project’s resources must
be substituted by the files in the example project blob.
•
While import is running, you can see activity on the lower right corner of the eclipse
window, saying “C/C++ Indexer” and “Building workspace”.
•
In case you don’t see the ProcessorExpert’s component window in the lower left
corner, select “ProcessorExpert -> Show Views”. This enables another phase of
import activity.
•
During import, a couple of warnings appear in the console window, e.g.
08.05.2018 12:55:41 Starting Processor Expert service
System directory = C:\NXP\S32DS_Power_v2017.R1\eclipse\ProcessorExpert
Internal cache directory = C:\ProgramData\Processor Expert\PECache\26661c51
Processor Expert license file = not used (no license file)
08.05.2018 12:55:42 Successfully started Processor Expert service
Type specification is not defined "typedspi_bitsperframe_t", symbol: MasterbitsPerFrame
Type specification is not defined "typedspi_bitsperframe_t", symbol: MasterPCS
Type specification is not defined "typedspi_bitsperframe_t", symbol: MasterbitsPerFrame
Type specification is not defined "typedspi_bitsperframe_t", symbol: MasterPCS
Type specification is not defined "typedspi_bitsperframe_t", symbol: MasterbitsPerFrame
Type specification is not defined "typedspi_bitsperframe_t", symbol: MasterPCS
Error: Unknown type info: typedspi_bitsperframe_t in item "Bits/frame "/MasterbitsPerFrame from component /dspi
Error: Unknown type info: typedspi_bitsperframe_t in item "PCS"/MasterPCS from component /dspi
Error: Unknown type info: typedspi_bitsperframe_t in item "Bits/frame "/SlavebitsPerFrame from component /dspi
Error: Unknown type info: typedspi_bitsperframe_t in item "Bits/frame "/MasterbitsPerFrame from component spi_sw/dspi
Error: Unknown type info: typedspi_bitsperframe_t in item "PCS"/MasterPCS from component spi_sw/dspi
Error: Unknown type info: typedspi_bitsperframe_t in item "Bits/frame "/MasterbitsPerFrame from component /dspi
Error: Unknown type info: typedspi_bitsperframe_t in item "PCS"/MasterPCS from component /dspi
Error: Unknown type info: typedspi_bitsperframe_t in item "Bits/frame "/SlavebitsPerFrame from component /dspi
Type specification is not defined "typedspi_bitsperframe_t", symbol: MasterbitsPerFrame
Type specification is not defined "typedspi_bitsperframe_t", symbol: MasterPCS
Type specification is not defined "typedspi_bitsperframe_t", symbol: SlavebitsPerFrame
•
caused by a Processor Expert bug and can be ignored (according to the
developers)
•
These warnings and errors are false positives and can be ignored.
•
Once the import is complete, you can see the components managed by
ProcessorExpert on the lower left window, called “Components”. If you change
some PEx component configuration (with the help of the PE component
inspector) start PE’s code generation with Project -> Generate Processor Expert
Code.
•
Build the project by clicking the hammer symbol (or by Project -> Build All), using
the build configuration “Debug_FLASH”, and watch the progress in the Console
window on the lower right pane (see Fig 10).