Posted on May 17, 2011 at 12:38I've just hit this NSS problem. What is good: That the discussion is here on the forum to stop me spending hours trying to work out what I have done wrong. Thanks guys! What is not good: That NSS doesn't behave as expe...
Posted on May 17, 2011 at 12:18Here's some code that works for me. It uses PA0 and PA1 on TIM2. Some of the initialisation may be overkill. void EncoderInit(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2, E...
Posted on May 17, 2011 at 12:18Hi darcy, I'm also keen to try and get the quadrature encoder functionality on stm32 working. And not having much luck. I was a bit confused by your code extract. You seem to be configuring TIM1 and PA0 and PA1. I beli...
Posted on May 17, 2011 at 12:10PROBLEM RESOLVED. In case anyone else experiences a similar issue, the problem lies in a Keil uVision dll. ST Support did a superb job of tracking down the cause (which was due to an incorrect check for flash size whic...
Posted on May 17, 2011 at 12:10I have a DK3400 whcih contains a 3434. However, my product will contain a 3422 and so I have configured both PSDSoft and uVision for the 3422. Unfortunately, when I tried to LOAD into my DK3400 I get the following erro...