Posted on May 17, 2011 at 13:13Hi, Check Section 7.4 AFIO registers in the RM0008: Note: To read/write the AFIO_EVCR,AFIO_MAPR and AFIO_EXTICRX registers, the AFIO clock should first be enabled. Chris
Posted on May 17, 2011 at 13:02If you'r gonna to interface ISA interface with STM32 through the FSMC, any unused pin either address or data signals can be used as GPIO :o
Posted on May 17, 2011 at 12:59You may use the DMA in Circular Mode. When circular mode is activated, the number of data to be transferred is automatically reloaded with the initial value programmed during the channel configuration phase, and the DM...
Posted on May 17, 2011 at 12:50some example programs for NAND, NOR, SRAM are provided in http://www.st.com/mcu/modules.php?name=mcu&file=familiesdocs&FAM=110#FirmwareSome hints for timing computation are in the AN2784: Using the high-density STM32F1...
Posted on May 17, 2011 at 12:46Check http://www.st.com/stonline/products/literature/es/14574.pdf: I2C1 and TIM3_CH2 remapped. The I/O port pin PB5 is set to 1 by default if the I/O alternate function output is selected and I2C1 is clocked. TIM3_CH2 ...