PEx USB CDC Device problem?

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

PEx USB CDC Device problem?

Jump to solution
714 Views
kenansun
Contributor II

Hi,

I've got a strange problem using the FSL_USB_Stack component of PEx for my Frdm-k20d50m board.

The problem is that in the sub-component FSL_USB_CDC_Device, it shows,

11647_11647.jpg1.jpg

Do you know why I got this problem? Please help me!

Many thanks!

1 Solution
578 Views
BlackNight
NXP Employee
NXP Employee

I assume you are using MCU10.6?

So yes, there is a bug in that Processor Expert.

You have two options:

a) Either enter exactly the number of characters requested, like

FSL HID Keyboard123

FREESCALE INC.12345678901234

or

b) Download and use the the latest version of the components from GitHub (I have implemented a workaround) (mcuoneclipse/PEupd at master · GitHub)

I hope this helps,

Erich

View solution in original post

2 Replies
579 Views
BlackNight
NXP Employee
NXP Employee

I assume you are using MCU10.6?

So yes, there is a bug in that Processor Expert.

You have two options:

a) Either enter exactly the number of characters requested, like

FSL HID Keyboard123

FREESCALE INC.12345678901234

or

b) Download and use the the latest version of the components from GitHub (I have implemented a workaround) (mcuoneclipse/PEupd at master · GitHub)

I hope this helps,

Erich

578 Views
kenansun
Contributor II

Hi Erich,

Thanks for your answer!

Yes I'm using MCU10.6 and your second solution solves this problem.

I also tried to change the two values (like add some characters) but it seems that PEx doesn't accept any modification. I'm not sure if it is another bug.

Regards,

Kenan

0 Kudos