USB suspend

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

USB suspend

777 Views
martindusek
Contributor V

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

Labels (1)
3 Replies

496 Views
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 Kudos

496 Views
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 Kudos

496 Views
Monica
Senior Contributor III

Hello Martin, how is that turning out?

Please keep us posted :smileywink:

Regards,

Monica

0 Kudos