PEx USB CDC Device problem?

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

PEx USB CDC Device problem?

跳至解决方案
1,570 次查看
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 解答
1,434 次查看
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

在原帖中查看解决方案

2 回复数
1,435 次查看
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

1,434 次查看
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 项奖励
回复