2008-12-04 11:12 PM
Virtual Com Port running from external NOR flash
2011-05-17 03:55 AM
Interesting - have you verified that you can run ''simple/blinky'' program from external NOR flash?
Assuming that you can run code from that memory - suggest that you load simple Uart program & observe/report. (don't believe there are time-sensitive issues there) Lastly - if you're using hyper-terminal set inter character and inter line delays to much higher values - just in case. (can't tell if your program gets that far...)2011-05-17 03:55 AM
Hello,
I'm running the Virtual Com Port demo from ST on a STM3210E-eval board. If I run this example from internal RAM or internal Flash, it is working fine. But if I run it from the external NOR flash, Windows give me the message ''Windows didn't recognise your USB device ....''. When running from external RAM, sometimes I've got the same problem, sometimes it's working. Would somebody know why I've got this problem when running from external memory? Could it be because the code is executed slower from external memory? My code doesn't change from one memory to another. Thanks in advance.2011-05-17 03:55 AM
Thanks jj.sprague for your reply.
Yes, the codde is running fine from the external Flash or External RAM. It doesn t do only USB VCP. The first function in my main is to switch a led (to make sure it starts to run :) ). I ll have to do a sendstring from USART to be able to debug. I ll let you know. In the meantime, if somebody met this kind of trouble, feel free to share your experience :) Thanks