uTaskerV1.3 to CodeWarrior Ecliplse

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

uTaskerV1.3 to CodeWarrior Ecliplse

757 次查看
xuuurraa
Contributor II

Hi, 

I have an old firmware of uTasker V1.3, compiled in CodeWarrior Classic, now, I would like to implement the code in the new CodeWarrior and Windows10.

Can anyone tell me how can I do it???

I'm working in old hardware design with MCF52212 xip, and this only read a keyboard and send via USB to the PC. 

标记 (2)
0 项奖励
3 回复数

543 次查看
TomE
Specialist II

Which version of "CW Classic"? If it is 7.1 or prior, then you've got a problem.

CW changed the ABI in 7.2, breaking pretty much all previous example code (that used any assembly). If your "CW Classic" is 7.2 or after then it should be OK. If prior, then read this first and follow the links:

https://community.nxp.com/message/401840

Options are:

1 - "Archive the old build environment" (old OS, old CW, old uTasker, old code) and run it in a VM on your new computer,

2 - Update to latest uTasker (it shouldn't be all that different to the user code), or

3 - Manually rewrite every assembly function in the old uTasker code and every C source that depends on the ABI. This would be very difficult.

If this is a "Hobby" or "Educational" project then you can license uTasker for free. If it is a commercial project, then the cost of uTasker is about 2 to 4 DAYS worth of what a Programmer earns, so if it gets the job done earlier it has paid for itself.

Tom

0 项奖励

543 次查看
xuuurraa
Contributor II

Thanks, now i have the new uTasker and I´m trying to update the old code.

Regards, Xavi

0 项奖励

543 次查看
miduo
NXP Employee
NXP Employee

Hi,

Does this help: How to Send USB HID Keyboard Keystrokes to PC using uTasker?? 

If this no help, I'd suggest you look on the uTasker site.

0 项奖励