STM32 rise/fall shape
Hi, guys. I bought
- STM32F446RE, mbed-Enabled Development Nucleo STM32F4 MCU 32-Bit ARM® Cortex®-M4 Embedded Evaluation Board (NUCLEO-F446RE)
https://www.digikey.com/product-detail/en/stmicroelectronics/NUCLEO-F446RE/497-15882-ND/5347712
- 8MHz ±10ppm Crystal 18pF 80 Ohms HC-49/US
https://www.digikey.com/product-detail/en/txc-corporation/9B-8.000MEEJ-B/887-1233-ND/2207653
Mostly the internal clock is less accurate than the external crystal. So I'm planning to populate a 8MHz clock to the board.


- If I use the external 8MHz as a clock source, do I get an accurate timing than using the internal high frequency resonator?


- I noticed the 12-bit DAC of STM32L4 discovery board showed the above result. I tried to toggle 0V ~ 3.3V after 200usec. The waveform was not flat compared to the STM32F4 discovery board's output. Since the STM32L4's APB1 clock is faster than STM32F4's APB1 clock, I thought STM32L4's DAC would do the same job. What is the reason for STM32L4 DAC's output when operating with usec range?
-Thanks!
