Commit Graph

4 Commits (eb5ee71e679c214ddf2b696151189a4850c4d0c2)

Author SHA1 Message Date
Chun-Chieh Li fef138a3cd [Nuvoton] Fix IP initialization sequence
Better IP initialization sequence:
1. Configure IP pins
2. Select IP clock source and then enable it
3. Reset the IP (SYS_ResetModule)

NOTE1: IP reset takes effect regardless of IP clock. So it doesn't matter if
       IP clock enable is before IP reset.
NOTE2: Non-configured pins may disturb IP's state, so IP pinout first and then
       IP reset.
NOTE3: IP reset at the end of IP initialization sequence can cover unexpected
       situation.
2019-08-20 13:12:41 +08:00
ccli8 d2f0d20614 [NANO130] Polish dma_api.c 2017-04-20 14:36:46 +08:00
ccli8 70a618835a [NANO130] Beta support for DMA 2017-04-18 15:13:58 +08:00
MS30 CCChang12 b00996b145 [NANO130] Alpha support for DMA 2017-04-17 10:03:18 +08:00