Posted on May 17, 2011 at 13:22Hi, I am just trying to set up the watchdog for my system. My watchdog code is more or less a copy of the WWDG example in the firmware library. The WWDG interrupt is used to reset the watchdog counter. As long as my sy...
Posted on May 17, 2011 at 13:11We had quite a lot of problems with the I2C core in master and in slave mode. The I2C core seems to have several problems, which causes illegal states. I would strongly recommend to use a combination of IRQ and DMA, li...
Posted on May 17, 2011 at 13:11I am just testing the ''Read Protection'' feature of the STM32. I am using Rowley's CrossStudio 1.7 IDE. To enable the ''Read Protection'' I am using the following code: if (FLASH_GetReadOutProtectionStatus() == RESET...
Posted on May 17, 2011 at 13:10How must I configure the FWLib to poll more than one ADC channel with ADC1? I have not found any examples for this purpose and the documentation is not really a big help.
Posted on May 17, 2011 at 13:07I want to use the DAC to output some audio samples. I have configure the DAC like this: ---------------------------------------------- DAC_StructInit (&dac_init); dac_init.DAC_Trigger = DAC_Trigger_T6_TRGO; dac_init...