Hello,
I am trying to generate code for a some GPIO pins with Processor Expert and I'm getting errors during code generation.
I have the Vybrid Tower (TWR-VF65GS10-PRO). For the development software, I'm using the "FREE ARM DS-5 Starter Kit for Vybrid Controller Tower System module" on Ubuntu Linux in a VMWare Virtual Machine.
These are the errors I'm encountering when I click "Generate Processor Expert Code".:
Description Resource Path Location Type
Generator: FAILURE: at line 282: Unknown macro: "PE_G_CPUCFG_SysInitFunctionName" (file: Drivers\Vybrid\Vybrid.drv) FirstPE Cpu Processor Expert Problem
Generator: FAILURE: at line 283: Unknown macro: "PE_G_CPUCFG_SysInitFunctionName" (file: Drivers\Vybrid\Vybrid.drv) FirstPE Cpu Processor Expert Problem (this one happens twice in a row)
Generator: FAILURE: at line 41: Unknown macro: "PE_G_CPUCFG_SysInitFunctionName" (file: Drivers\Vybrid\Vybrid.drv) FirstPE Cpu Processor Expert Problem
Generator: FAILURE: at line 568: Unknown macro: "PE_G_CPUCFG_SysInitFunctionName" (file: Drivers\Vybrid\Vybrid.drv) FirstPE Cpu Processor Expert Problem
Generator: FAILURE: at line 591: Unknown macro: "PE_G_CPUCFG_SysInitFunctionName" (file: Drivers\Vybrid\Vybrid.drv) FirstPE Cpu Processor Expert Problem (this one happens twice in a row)
Generator: FAILURE: at line 599: Unknown macro: "PE_G_CPUCFG_SysInitFunctionReturn" (file: Drivers\Vybrid\Vybrid.drv) FirstPE Cpu Processor Expert Problem
The PE port to Vybrid is fairly new, so I'm thinking this is a bug.
The code I'm trying to generate is for the Vybrid Cortex-A5 core for (embedded) Linux. I saw that, in the release notes, that it says "No dual-core support. only A5 core supported in the generated code.". When will the code generation for the Vybrid Cortex-M4 core become available? That would be really nice to have.
Thanks.