Posted on May 26, 2015 at 23:26
I have an F103-Nucelo, Kiel, and want to set Tim1 with PWM on Ch2,Ch2n,Ch3,Ch3n. I have this set as correctly as I can see in STM32Cube. I have a scope and can verify the Ch2/Ch3 work perfectly. The complmenet/neg...
Posted on May 06, 2015 at 19:09My list of options I've worked out are IAR, Keil, Rowley, (maybe DS5 or others?) * ONE MAN TEAM... this is important. I have to personally be able to keep every aspect straight. I'm planning on hiring another guy in my...
Posted on May 06, 2015 at 18:55Currently in the investigative process of migrating PIC to STM32 I'm pretty early in on the process so go easy on me. My work is mostly CAN but also USB, some switches and LED work. PWM questions: 1. I see the STM32F1...
Posted on May 27, 2015 at 18:10I appreciate the suggestion! And yea, I feel dumb but that was the issue. I had spent so much time looking over stm32f1xx_hal_tim.c that I had kind of forgotten to check stm32f1xx_hal_tim_ex.c..... Good one! Thanks STM...
Posted on May 19, 2015 at 19:56 Any update on this? Are there compelling reasons to use the STM32 Standard Lib over the latest STM32CubeMX? I see the pros for MX as integration between different STM32 parts.... Downside and issue I'm faced with is ...
Posted on May 19, 2015 at 19:30Jack has it right. Consider sending periodic messages every X ms. You don't care if they all get through on their first try or not. CAN has automatic re-send. So if you lose arbitration or there is a buss off condition...
Posted on May 19, 2015 at 19:23 Yes. It seems yo have a lot of reading to do. I'd suggest maybe examining what it is a microcontroller does and some basics.