Building default Keil Program For CY7C68013 EZ USB FX2L

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi

I just bought the CY7C68013 baord. I am able to load a hex file onto the ram and the eeprom using the USB control center. Whne I try to build the default Keils Projects which use the EZUSB and USBJmpTb I get the the foollowing bult time errors

FATAL Error L220: Invalid Input Module

And the modules are the two files mentioned above.

I am not sure how to proceed and any help will be appreciated

0 Likes
1 Solution
SrinathS_16
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

Hello Dhaval,

- Make sure the object file and .lib file are included in the project.

- In the 'Options for target <target_name>', under the 'Target' tab, make sure that 'Code Banking' option is disabled.

- Also, ensure that you are compiling the code in a directory that is writable.

Best regards,

Srinath S

View solution in original post

0 Likes
3 Replies
SrinathS_16
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

Hello,

- Can you please let us know if you are using the firmware examples that come along with the FX2LP DVK or you have made modifications to the firmware?

- Also, do you use the full version of Keil or the version that is limited in code size?

Best regards,

Srinath S

0 Likes
Anonymous
Not applicable

Hi the default firmware works file. But for some reason I cannot create my own directory and compile code. I am pretty sure it has something to do with linking the Object Files but I cant seem to find where in Keil as its an older version.

0 Likes
SrinathS_16
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

Hello Dhaval,

- Make sure the object file and .lib file are included in the project.

- In the 'Options for target <target_name>', under the 'Target' tab, make sure that 'Code Banking' option is disabled.

- Also, ensure that you are compiling the code in a directory that is writable.

Best regards,

Srinath S

0 Likes