USB suspend

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

USB suspend

1,634 次查看
martindusek
Contributor V

Is there any application note describing how to implement USB suspend mode (entering and exiting suspend mode) on Kinetis MCU?

标签 (1)
3 回复数

1,353 次查看
dspNeil
Contributor III

There are no App notes that I'm aware of. Can you be a bit more specific about what you're trying to achieve? Are you a USB host or device? Are you using a USB stack? Baremetal or RTOS?

As a device, for example, you could use Freescale's baremetal stack, and it will handle suspend for you. Stack version 4.1.1 added an example implementation for the TWR_K20D50M to the hid_keyboard example, that will put the device into STOP mode after the host issues a suspend.

0 项奖励
回复

1,353 次查看
martindusek
Contributor V

I'm sorry... I'm implementing USB suspend for USB device, using Freescale USB stack on bare metal.

I'll examine the hid_keyboard example. Thank you.

0 项奖励
回复

1,353 次查看
Monica
Senior Contributor III

Hello Martin, how is that turning out?

Please keep us posted :smileywink:

Regards,

Monica

0 项奖励
回复