Posted on October 30, 2012 at 11:43Hi guys, Does someone knows how to configure TIM4 in counter mode for counting any slope on TI2 for SMT32L152xxx ? any help appreciated, Tom ;).
Posted on April 28, 2015 at 17:29Jan, thx a lot. I had not realised that from my mind... I have a SSD1963 connected to my STM32F407VGT6 in 16bit multiplexed mode. Now I wonder how to connect this external RAM in same mode to my uC:http://www.issi.co...
Posted on April 24, 2015 at 13:42Hi Clive1, Is it possible to attach that SDRAM to the FSMC and have a SSD1963 graphic controller also to the FSMC attached ? I have a F407 in 100pins QFP housing. thx, Tom.
Posted on July 18, 2013 at 11:43Hi, How are the flash banks organised at the F40x ? You may have a write while read code from same bank problem if sector 0 and 1 are in the same bank. But refer to the data sheet/manual and errata about that - i am j...
Posted on October 30, 2012 at 14:19Hi @all, I've found out this works for TI2 (I did not set the CCER properly for both edges...) : TIM4->SMCR = 0x00000067; TIM4->CCMR1 = 0x00000000; TIM4->CCER = 0x000000a0; TIM4->CR1 = 0x00000001...