Posted on May 17, 2011 at 12:45I found that a pull-up was required on the reset line, the micro would not boot without it. I am not sure about the BOOT1 pull-down, I have one on my board.
Posted on May 17, 2011 at 12:44The usb_desc.c descriptors are used to show a user what the device identifies it self as. The strings in the inf file are used to put a name to the virtual com port. They don't not have to be the same, but most likey y...
Posted on May 17, 2011 at 12:39http://gcc.gnu.org/gcc-4.3/changes.html The release of gcc 4.3 mentions: Compiler and Library support for Thumb-2 and the ARMv7 architecture has been added. Does this mean that GCC natively supports the Cortex-M3? What...
Posted on May 17, 2011 at 12:37Quote:On 19-06-2008 at 00:28, Anonymous wrote: Next thing that seems odd is that I can't initialize chars like :char temp[10]=''hello''; as local variables in any function like main etc. I get an HardFaultException in ...
Posted on May 17, 2011 at 12:29Thank you for the link Paul. This was the exact document that I have been looking for. It explains the whole exception and NVIC paths, exactly what I need. (and more) Now just to find this pesky bug....