2014-03-25 09:51 AM
2014-03-25 10:10 AM
The joys of uV5, good luck to you....
If this is faulting you need to look at startup.s and what the vector table is pointing too. Ideally you'd just use the ST libraries from ST, rather than whatever Keil has mashed up.2014-03-25 10:25 AM
Hi Clive1,
Tks for the reply.Well thats a good point.Im evaluating this IDE, and im starting to get hopeless.So what IDE do you recommend ? IAR is a better one ?Ok ill try with the library from ST.2014-03-25 11:27 AM
uV4 works fine for building ST library code. uV5 might also too, but you'd have to stick to ONE library
2014-08-14 01:43 AM
Hi Clive,
Yes, as a newbie to Keil V5 and ARM cores dev, so i was not setting up properly my project libs. In fact after some reading and some implementation i reached the conclusion that with enough time the combination of Keil extended Libs and STM low level driver interface libs makes quite a powerfull combination in speeding up the dev of a product.Problem solved, both using Keil V5 libs or STM libs or a combination of both (requires careful programming).Thanks,AD