We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I want to convert the USB HID example of Keil MCBSTR9 Board to ST STR910 Board. Can anyone show me how to do it? Which code do I need to change in STR91x.s ?
Thank you,
John
MDK 3.11 contains a HID example for MCBSTR9 in the folder: C:\Keil\ARM\Boards\Keil\MCBSTR9\USBHID.
It is example for Keil MCBSTR9 board not ST STR910. I figure out how to port it. Need to match gpio port to the correct one in STR910 board. And enable the gpio clock and reset clock in the start up code for the gpio port I want to use for STR910 Board.