MQX 3.5 USB problem on MCF52259

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

MQX 3.5 USB problem on MCF52259

跳至解决方案
1,573 次查看
elel
Contributor III

I'm using MQX 3.5 on a board based on MCF52259 uC and I use CW7.1.2 to develop final application.

 

I use the uC USB peripheral in order to connect USB sticks to the board, and I have some problem in USB detection.

 

In fact, I tried 10 different USB sticks (various types and sizes) and only 5 of them were recognized by the OS. Some of them were not detected at all (no messages on standard output), instead with some others I saw "Unable to open USB disk" message on standard output. All the USB sticks I tried work well on PCs.

 

I'm thinking about trying to migrate to MQX 3.8. Does anybody know if this is a known issue on MQX 3.5 and if there is some solution?

 

Thanks in advance

 

Best regards

 

 

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,258 次查看
elel
Contributor III

we finally solved our problem migrating to MQX 3.8 and CW7.2.2.

 

we figured out the problem was due to a some kind of conflict between our 1ms PIT, in which we put MQX scheduler as suggested in PIT usage example, and USB Task.

 

 

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,258 次查看
hchristo
Contributor I

i'm having a similar issue using mqx 3.6.1 and mem_extend. we cannot migrate to 3.8 and have to use external ram due to the size and complexity of our application.

 

 

0 项奖励
回复
1,259 次查看
elel
Contributor III

we finally solved our problem migrating to MQX 3.8 and CW7.2.2.

 

we figured out the problem was due to a some kind of conflict between our 1ms PIT, in which we put MQX scheduler as suggested in PIT usage example, and USB Task.

 

 

0 项奖励
回复
1,258 次查看
hchristo
Contributor I

Glad you found a solution.

 

Are you using external RAM and a common memory pool that spans internal and external RAM. Or are you in internal RAM only?

0 项奖励
回复