2009-04-04 08:08 AM
stdio via USB virtual COM port
2011-05-17 03: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!2011-05-17 03: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 project2011-05-17 03: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.2011-05-17 03: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.
2011-05-17 03:28 AM
The forum seems to have lost the attachment for this code. Would it be possible to re-post it?
2011-05-17 03: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..
2011-05-17 03: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
2011-08-08 03:36 AM
Can anyone re-attach project source code once again, pls! There are no attachments in current topic(
2011-12-06 08:54 AM
Could you repost the file? There is no attachment available anymore
2011-12-15 01:16 PM
Hello,
if somebody has a working program file for the olimex STM32-P107, then please upload.