/*** Processor Expert internal initialization. DON'T REMOVE THIS CODE!!! ***/ #ifdef PEX_RTOS_INIT PEX_RTOS_INIT(); /* Initialization of the selected RTOS. Macro is defined by the RTOS component. */ #endif /*** End of Processor Expert internal initialization. ***/ /* Write your c...
二、Processor Expert可视化界面配置 我们可以通过图形界面配置进行驱动代码的生成。点击主菜单区域的Processor Expert按钮,选择Show Views,弹出图形化界面,此时,我们可以通过图形界面对外设(GPIO、ADC、CAN等)进行配置。 2.双击pin_mux,选中Component Inspector界面,然后在Routing界面选中Pins,打开引脚的配置界面。在这个界面...
*/uint32_tcount=0;intmain(void){/* Write your local variable definition here *//*** Processor Expert internal initialization. DON'T REMOVE THIS CODE!!! ***/#ifdefPEX_RTOS_INITPEX_RTOS_INIT();/* Initialization of the selected RTOS. Macro is defined by the RTOS component. */#endif/**...
Power Architecture Processor projects are not so lucky: CodeWarrior project for Power Architecture products use a propriety NXP compiler. CWE and S32DS may share the same Eclipse tools framework, but differences such as compiler and project structure schemes prohibit a straight one-to-one migration ...
Then I created main_app.cpp with function main_app() defined as extern "c" and called main_app() from main() function in main.c and then I can call C++ classes from main_app() Now I am able to compile it and application seems to be working, I can also use processor expert etc...
If so, LLCE 1.0.0 is not compatible with the RTD version you are using, we recommend using the LLCE Firmware version 1.0.4, which is provided on the Automotive Software Package Manager available under the S32G2 product page (link: S32G2 Safe and Secure Vehicle Network Proc...