Hi,
I want to generate etpu microcode with codewarriror etpu compiler, after compile only generate XXX_auto.h, but etput code array not generate.
code array like :
etpu_code[] = { 0x41094109,0x41094109,0x41064104,0x41024114,
0x410....}
I need implement this code to mpc5634 CW project, Any one know how to configure Etpu V10.2.2 ?????????
Thank you for your attention!
best wishes
Lee
Hello,
The binary code image is generated into auto-generated file if the macro ::ETPUcode32 is present in the source file e.g.:
#pragma write h, (const uint32_t etpu_code[] = { );
#pragma write h, (::ETPUcode32 );
#pragma write h, (};);
Hope it helps.
Stan