Posted on May 17, 2011 at 14:23Hi! I don't use ST Libraries so I'm going to describe you the steps I use to configure CAN: 1) Enable CAN peripheral clock (RCC_APB1ENR) 2) Enable CAN pins port (RCC_APB2ENR) 3) Configure RX pin as pull up input and TX...
Posted on May 17, 2011 at 13:50Now I can see what was wrong... I was forgetting about vector table and C initialization code and was trying to execute code from an invalid address! As I'm not experient in editing linker files, I was looking for an e...
Posted on May 17, 2011 at 13:50Hi chikos, thanks for your response. I'm sorry, I've forgot to mention that I had already searched and read many threads in the forum, even that you sent. I can't see what is different from my code posted above from th...
Posted on May 17, 2011 at 13:44Hi Putty. I'll try to answer some of your questions... To understand timer operation you need first to understand basic concepts from CortexM3 buses and clocks. This is not explained by ST datasheets because ARM Cortex...