USB mode on the F7 and F12E?
- mwm
- Topic Author
- Offline
Less
More
28 Feb 2016 01:51 #43809
by mwm
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
USB mode on the F7 and F12E? was created by mwm
Seems like USB mode on those two Tx's is there, but completely unusable. It's not a recognized disk, so all you can do is format it (or copy bits on a Unix system, FWIW). But formatting it will destroy the file system and ruin your installation.
Seems like we need a HAS_USB in target defs that can be turned off to disable the USB mode on those transmitters. This would be a real win on the F7E which has the same mcu as the 7E.
i've added it to the project page. But if someone is working on these tx's, that would be a good thing to do.
Seems like we need a HAS_USB in target defs that can be turned off to disable the USB mode on those transmitters. This would be a real win on the F7E which has the same mcu as the 7E.
i've added it to the project page. But if someone is working on these tx's, that would be a good thing to do.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
28 Feb 2016 08:18 #43822
by FDR
Replied by FDR on topic USB mode on the F7 and F12E?
HAS_USB is a bit misleading name, since they can have USBHID, only the USB drive feature is useless...
Please Log in or Create an account to join the conversation.
- Gyrfalcon
- Offline
Less
More
- Posts: 23
03 Mar 2016 08:52 #44016
by Gyrfalcon
Replied by Gyrfalcon on topic USB mode on the F7 and F12E?
For the new devoF12e code that I have been working on I used the following
#ifndef USE_DEVOFS
//use Petit FatFs
//end Petit FatFS
#else
//use DevoFS - small SPI memory
//end DevoFS
#endif
I wrote code to block the USB modes based on this and will start checking it in soon.
#ifndef USE_DEVOFS
//use Petit FatFs
//end Petit FatFS
#else
//use DevoFS - small SPI memory
//end DevoFS
#endif
I wrote code to block the USB modes based on this and will start checking it in soon.
Please Log in or Create an account to join the conversation.
Time to create page: 0.042 seconds
- Home
- Forum
- Development
- Development
- USB mode on the F7 and F12E?