USB_ROM_CDC with C++ (11Uxx)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB_ROM_CDC with C++ (11Uxx)

634 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by liaochengyi on Mon Jan 20 03:46:54 MST 2014
Hi,

I use the lpcopen_v2_03_lpcxpresso_nxp_lpcxpresso_11u37h usbd_rom_cdc code base,
and want to porting to C++ base.

Is it workable on C++ code base?

Now, I can build finish and no error. but it is run abnormally.

I used the debugger mode to check running code flow,
It only run the "USB_IRQHandler" just one time and never go into again.

Thank you for help.
Best regards,
CYI
Labels (1)
0 Kudos
2 Replies

620 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by liaochengyi on Mon Jan 20 22:15:10 MST 2014
Dear R2D2 and NXP Sirs,

Thank you a lot!
Best regards,
CYI

0 Kudos

620 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Mon Jan 20 03:50:43 MST 2014
Do you know what 'Name Mangling' is?

See: http://www.lpcware.com/content/forum/why-isnt-my-systickhandler-being-called-my-c-project
0 Kudos