Can I use Freescale USB HID and MSD stack on the same microcontroller ?
‎01-13-2012
11:00 AM
855 Views
TomLEE
Contributor III
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
On MCF51JM128 projet, I use HID keyboard Freescale stack.
On another projet with same microcontroller, I use MSD stack.
Now, for new project, I want to use this 2 drivers on the same microcontroller (always MCF51JM128).
Is it possible ? Does someone already tested it ?
Thanks for answers,
best regards,
Thomas RETAIL.
LES ETUDES ELECTRONIQUES
FRANCE
1 Reply
‎10-12-2012
07:20 AM
593 Views
TomLEE
Contributor III
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What ? NO answers !!!
I found a solution but not using at the same time the 2 stacks.
I use a condition after reset to init either USB keyboard class (to use usb keyboard) OR USB msd class (to use usb key for firmware update or data logging).
If anyone has another idea, I'm interested...
Thomas.