2014-01-27 05:41 AM
Hey everybody,
I searched the whole myST forum and almost the whole internet. Can anybody provide me with a CooCox CoIDE example project that is working along with the above mentioned MCU? In the optimal case it's something which works in both directions.I'd aprreciate it so much.Thanks in advance and best regards #stm322014-01-27 06:02 AM
If you can't use the tool-chain you've chosen, then pick one that others actually support. They have their own forum, do they not support it there?
Porting ST's examples to GNU/GCC isn't particularly difficult, see the Atollic or RiDE examples.2014-02-23 05:56 AM
Although it's for the STM32F104 and on german, the projects provided on this
page helped me to finally get it working. Also I found this post [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/STM32F103+USB+VCP+Demo+Code+Problems&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B¤tviews=2484]https://my.st.com/public/STe2ecommunities/mcu/Lists/... very helpful!2014-02-23 05:56 AM
please delete, double post
2014-02-23 06:31 PM
Did you get the virtual serial port functional? Can you please do me a favor and check of you have the same 'reconnecting after reset' issue as I do? More on my issue:
https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fcortex_mx_stm32%2fST%20virtual%20com%20port%20issue%20in%20case%20of%20MCU%20reset&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD0650...2014-02-23 07:27 PM
I was also looking for some example of the USB Coocox to stm32f1xx ...
Got some success by following these steps: I downloaded the USB-On-the-go library .... http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC961/SS1743/PF257882 I opened the project (VCP) in Keil uVision IDE ... I created a new project in CooCox and including source files and header files needed .. Finally, I removed all of the LCD, it does not interest me. Gotta run with it somehow Virtual COM port. The main file is the usbd_cdc_vcp.c. But not yet learned to work correctly with the functions .. Sorry for bad english .. I used the translate ...