SysTick |
 |
Example1 |
Configure
the SysTick to generate a time base equal to 1ms. |
|
|
|
|
TIM |
 |
Example1 |
Configure
the TIM peripheral to generate four different signals
with four different frequencies. |
|
 |
Example2 |
Configure
the TIM peripheral to generate four different signals
with four different delays. |
|
 |
Example3 |
Configure
the TIM peripheral in Output Compare Inactive mode with
the corresponding Interrupt requests for each channel. |
|
 |
Example4 |
Configure
the TIM peripheral in PWM (Pulse Width Modulation) mode. |
|
 |
Example5 |
Configure
the TIM peripheral in Output Compare Timing mode with
the corresponding Interrupt requests for each channel
in order to generate 4 different time bases. |
|
 |
Example6 |
Use
the TIM peripheral to measure the frequency and duty
cycle of an external signal. |
|
 |
Example7 |
Use
the TIM peripheral to generate One pulse after a Rising
edge of an external signal is received in Timer Input
pin. |
|
 |
Example8 |
Synchronize
TIM peripherals in parallel mode. |
|
 |
Example9 |
Synchronize
TIM peripherals in cascade mode. |
|
 |
Example10 |
Synchronize
TIM peripherals in cascade mode with an external trigger. |
|
|
|
|
TIM1 |
 |
Example1 |
Configure
the TIM1 peripheral to generate three complementary
TIM1 signals, to insert a defined dead time value, to
use the break feature and to lock the desired parameters. |
|
 |
Example2 |
Configure
the TIM1 peripheral to generate 7 PWM signals with 4
different duty cycles. |
|
 |
Example3 |
Configure
the TIM1 peripheral to generate 6 Steps. |
|
 |
Example4 |
Synchronize
TIM1 and Timers (TIM3 and TIM4) in parallel mode. |
|
 |
Example5 |
Use
DMA with TIM1 Update request to transfer Data from memory
to TIM1 Capture Compare Register3. |
|
|
|
|
USART |
 |
Example1 |
Use
the USART with hardware flow control and communicate
with the Hyperterminal. |
|
 |
Example2 |
Use
the USART1 interrupts to communicate with the hyperterminal. |
|
 |
Example3 |
Provide
a basic communication between USART1 and USART2 using
flags. |
|
 |
Example4 |
Provide
a basic communication between USART1 and USART2 using
interrupts. |
|
 |
Example5 |
Provide
a basic communication between USART1 and USART2 using
DMA capability. |
|
 |
Example6 |
Provide
a basic communication between USART1 and USART2 using
DMA capability, flags and interrupts. |
|
 |
Example7 |
Retarget
the C library printf function to the USART. |
|
 |
Example8 |
Provide
a basic communication between USART1 (Synchronous mode)
and SPI1 using flags. |
|
 |
Example9 |
Provide
a basic communication between USART1 and USART2 in Half-Duplex
mode using flags. |
|
 |
Example10 |
Use
IrDA mode. Two projects are provided: one for IrDA transmitter
and the second for IrDA receiver |
|
 |
Example11 |
Use
the USART in multi-processor mode. |
|
 |
Example12 |
Use
the USART in Smart Card mode. |
|
|
|
|
WWDG |
 |
Example1 |
Update
at regulate period the WWDG counter using the Early
Wakeup interrupt (EWI). |
|
|
|
|