User Activity

Posted on April 22, 2016 at 12:44 I start with stm32f746g-disco http://www2.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-discovery-kits/32f746gdiscovery.html. For ex...
Posted on July 01, 2012 at 13:57Hi, everyone. Testing STM32F407. Runs it at 168 MHz (5.92 ns cycle), FLASH-> ACR = FLASH_ACR_DCEN | FLASH_ACR_ICEN | FLASH_ACR_PRFTEN | FLASH_ACR_LATENCY_5WS. Outstanding at the PA1 a simple square wave:  PM_(RCC->AHB...
Posted on July 01, 2012 at 13:32 Hi, everyone. I'm testing on fsmc stm32f407VG. I use the Address / Data multiplexed on databus (MUXEN = 1). 2 modes of testing EXTMOD = 0 and 1. Initialization:  FSMC_Bank1->BTCR[0] = //FSMC_BCR2_EXTMOD |           ...
Posted on June 23, 2012 at 20:51Hi, everyone. I do not understand why ''RCC AHB peripheral reset register'', such as RCC-> AHB1RSTR | = RCC_AHB1RSTR_GPIOARST, what will GPIOA? Thank you.