SerialUSB doesn't work on Maple Mini and Bootloader2.0
Re: SerialUSB doesn't work on Maple Mini and Bootloader2.0
Hum, I guess your hardware have a logic invert compare to my hardware. The new implementation should fix this issue but you will have to change level
Re: SerialUSB doesn't work on Maple Mini and Bootloader2.0
I use this hardware
Re: SerialUSB doesn't work on Maple Mini and Bootloader2.0
Ok but the intersting thing is how USB is wired
Re: SerialUSB doesn't work on Maple Mini and Bootloader2.0
The problem is:
With the orginal bootloader the USBD_reenumerate is working, because the USB_DISC Pin is high when leaving the bootloader.
With the bootloader2.0 the USB_DISC Pin is low when leaving the bootloader, the setting of USB_DISC Pin to low in the core 1.8.0 has
has no effect, because the USB_DISC Pin is already low
With the orginal bootloader the USBD_reenumerate is working, because the USB_DISC Pin is high when leaving the bootloader.
With the bootloader2.0 the USB_DISC Pin is low when leaving the bootloader, the setting of USB_DISC Pin to low in the core 1.8.0 has
has no effect, because the USB_DISC Pin is already low
Re: SerialUSB doesn't work on Maple Mini and Bootloader2.0
are you flashing maple mini version of bootloader2.0 to yr boards?
https://github.com/rogerclarkmelbourne/ ... boot20.bin
upd, yes, ive checked bootloader code,
USB DISC PIN is definitely low when bootloader starts main app in case of maple hw
https://github.com/rogerclarkmelbourne/ ... .c#L42-L50
https://github.com/rogerclarkmelbourne/ ... boot20.bin
upd, yes, ive checked bootloader code,
USB DISC PIN is definitely low when bootloader starts main app in case of maple hw
https://github.com/rogerclarkmelbourne/ ... .c#L42-L50
Re: SerialUSB doesn't work on Maple Mini and Bootloader2.0
Looking deeply,
it seems there is something weird in the bootloader management of the DISC pin depending if an upload is requested or not.
The way it works with libMaple core seems related to timing because I didn't see any difference btw the management except the fact it is called later when the USB begin() is called (in USBComposite library).
I guess the proper way should be to ensure the bootloader leave the USB in a proper state if no upload is requested.
it seems there is something weird in the bootloader management of the DISC pin depending if an upload is requested or not.
The way it works with libMaple core seems related to timing because I didn't see any difference btw the management except the fact it is called later when the USB begin() is called (in USBComposite library).
I guess the proper way should be to ensure the bootloader leave the USB in a proper state if no upload is requested.
-
- Posts: 502
- Joined: Fri Dec 27, 2019 4:53 pm
- Location: Munich, Germany
- Contact:
Re: SerialUSB doesn't work on Maple Mini and Bootloader2.0
USB DISC PIN low means that USB DP is tied to +5V.
This is correct, the USB DP pin must be high when initializing the USB.
Important is to toggle the USB DP pin from low -> high, wherein the last high is sometimes done by re-configuring the pin, see https://github.com/rogerclarkmelbourne/ ... #L103-L107
In this case USB_DISC pin should toggle from high -> low and stay in this state.
Re: SerialUSB doesn't work on Maple Mini and Bootloader2.0
I have updated to the core 1.9.0
with this core the USBD_reenumerate with the bootloader2.0 does not work too
the workaround for the core 1.8.0 does not work either
viewtopic.php?p=2181#p2181
now I need for the core 1.9.0 a new workaround
with this core the USBD_reenumerate with the bootloader2.0 does not work too
the workaround for the core 1.8.0 does not work either
viewtopic.php?p=2181#p2181
now I need for the core 1.9.0 a new workaround
Re: SerialUSB doesn't work on Maple Mini and Bootloader2.0
Now it works without a workaround
I had select the Board part number: Gerneric F103CB
because with my screenresolution 1920 * 1080 I have not seen the maple Mini entry, because there is no scroll arrow below.
With the maple Mini entry it works
I had select the Board part number: Gerneric F103CB
because with my screenresolution 1920 * 1080 I have not seen the maple Mini entry, because there is no scroll arrow below.
With the maple Mini entry it works
- Attachments
-
- core190_boardpart.png (13.03 KiB) Viewed 8051 times