stdio via USB virtual COM port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-04-04 8:08 AM
stdio via USB virtual COM port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:28 AM
well, i feel like a fool now
the only change i made and completely forgot that i made it (that evidently caused things not to work) was commenting out that one line (mentioned by someone earlier in the thread). thanks for having patience with me. It works now!- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:28 AM
Hi, I want to control my device via Usb. And I think that library can help me. But my toolchain based on IAR EW-ARM 5.2 (on WindowXP pc) and I have problems with integration into my environtment - errors during linking process:
Code:
Error[Li005]: no definition for ''USB_Init'' [referenced from C:Documents and SettingsAlfiyaÌîè äîêóìåÃÂòûICtest_icVCPprojSTM3210B-EVALObj main.o] Error[Li005]: no definition for ''__cs3_interrupt_vector'' [referenced from C: Documents and SettingsAlfiyaÌîè äîêóìåÃÂòûICtest_icVCPproj STM3210B-EVALObjmain.o] Error[Li005]: no definition for ''NMIException'' [referenced from C: Documents and SettingsAlfiyaÌîè äîêóìåÃÂòûICtest_icVCPproj .... And so on 71 Errors :-[ my project- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:28 AM
>Error[Li005]: no definition for ''USB_Init''
> [referenced from C:Documents and SettingsAlfiyaÌîè äîêóìåÃÂòûICtest_icVCPprojSTM3210B-EVALObj main.o] At first, I see Cyrillic letters in the path, at second, I don't see slashes / or backslashes \. At 3rd, you may try to type in some arbitrary text into the file containing the function that cannot be found, say, ''sdfljk adfljkfg asdfj (*&)_ ;;'', and see if the error will be reported. If it's not reported, the file is not compiled.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:28 AM
There's a ''__cs3_interrupt_vector'' in there, which suggests that you're trying to use something for CodeSourcery's GCC in IAR, likely some startup file or something like that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:28 AM
The forum seems to have lost the attachment for this code. Would it be possible to re-post it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:28 AM
Did any one has this working on Olimex STM32-H107?
Timo- the code is still there on first post in the thread. look into attachments above the post..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:28 AM
I could have it working for STM32F107VCT6. Reference design is olimex STM32-H Posted the code here... Let me know if you guys find any problems with it...
https://my.st.com/public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/ARM CortexM3 STM32/stdio over USB serial in STM32-H107&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000626BE2B829C32145B9EB5739142DC17E¤tviews=87
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-08-08 3:36 AM
Can anyone re-attach project source code once again, pls! There are no attachments in current topic(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-12-06 8:54 AM
Could you repost the file? There is no attachment available anymore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-12-15 1:16 PM
Hello,
if somebody has a working program file for the olimex STM32-P107, then please upload.