mcuconf.h 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /*
  2. ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. */
  13. #ifndef MCUCONF_H
  14. #define MCUCONF_H
  15. /*
  16. * SPC560B/Cxx drivers configuration.
  17. * The following settings override the default settings present in
  18. * the various device driver implementation headers.
  19. * Note that the settings for each driver only have effect if the whole
  20. * driver is enabled in halconf.h.
  21. *
  22. * IRQ priorities:
  23. * 1...15 Lowest...Highest.
  24. * DMA priorities:
  25. * 0...15 Highest...Lowest.
  26. */
  27. #define SPC560Dxx_MCUCONF
  28. /*
  29. * HAL driver system settings.
  30. */
  31. #define SPC5_NO_INIT FALSE
  32. #define SPC5_ALLOW_OVERCLOCK FALSE
  33. #define SPC5_DISABLE_WATCHDOG TRUE
  34. #define SPC5_FMPLL0_IDF_VALUE 1
  35. #define SPC5_FMPLL0_NDIV_VALUE 48
  36. #define SPC5_FMPLL0_ODF SPC5_FMPLL_ODF_DIV8
  37. #define SPC5_XOSCDIV_VALUE 1
  38. #define SPC5_IRCDIV_VALUE 1
  39. #define SPC5_PERIPHERAL1_CLK_DIV_VALUE 2
  40. #define SPC5_PERIPHERAL2_CLK_DIV_VALUE 2
  41. #define SPC5_PERIPHERAL3_CLK_DIV_VALUE 2
  42. #define SPC5_CLOCK_FAILURE_HOOK() osalSysHalt("clock failure")
  43. #define SPC5_EMIOS0_GPRE_VALUE 20
  44. /*
  45. * EDMA driver settings.
  46. */
  47. #define SPC5_EDMA_CR_SETTING (EDMA_CR_EMLM)
  48. #define SPC5_EDMA_GROUP0_PRIORITIES 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
  49. #define SPC5_EDMA_ERROR_IRQ_PRIO 12
  50. #define SPC5_EDMA_ERROR_HANDLER() osalSysHalt("DMA failure")
  51. /*
  52. * SERIAL driver system settings.
  53. */
  54. #define SPC5_SERIAL_USE_LINFLEX0 TRUE
  55. #define SPC5_SERIAL_USE_LINFLEX1 FALSE
  56. #define SPC5_SERIAL_USE_LINFLEX2 FALSE
  57. #define SPC5_SERIAL_LINFLEX0_PRIORITY 8
  58. #define SPC5_SERIAL_LINFLEX1_PRIORITY 8
  59. #define SPC5_SERIAL_LINFLEX2_PRIORITY 8
  60. /*
  61. * SPI driver system settings.
  62. */
  63. #define SPC5_SPI_USE_DSPI0 FALSE
  64. #define SPC5_SPI_USE_DSPI1 FALSE
  65. #define SPC5_SPI_DMA_MODE SPC5_SPI_DMA_RX_ONLY
  66. #define SPC5_SPI_DSPI0_MCR (0 | SPC5_MCR_PCSIS0 | SPC5_MCR_PCSIS1 | SPC5_MCR_PCSIS2 | SPC5_MCR_PCSIS3 | SPC5_MCR_PCSIS4 | SPC5_MCR_PCSIS5)
  67. #define SPC5_SPI_DSPI1_MCR (0 | SPC5_MCR_PCSIS0 | SPC5_MCR_PCSIS1 | SPC5_MCR_PCSIS2 | SPC5_MCR_PCSIS3 | SPC5_MCR_PCSIS4)
  68. #define SPC5_SPI_DSPI0_TX1_DMA_CH_ID 4
  69. #define SPC5_SPI_DSPI0_TX2_DMA_CH_ID 5
  70. #define SPC5_SPI_DSPI0_RX_DMA_CH_ID 6
  71. #define SPC5_SPI_DSPI1_TX1_DMA_CH_ID 7
  72. #define SPC5_SPI_DSPI1_TX2_DMA_CH_ID 8
  73. #define SPC5_SPI_DSPI1_RX_DMA_CH_ID 9
  74. #define SPC5_SPI_DSPI0_DMA_IRQ_PRIO 10
  75. #define SPC5_SPI_DSPI1_DMA_IRQ_PRIO 10
  76. #define SPC5_SPI_DSPI0_IRQ_PRIO 10
  77. #define SPC5_SPI_DSPI1_IRQ_PRIO 10
  78. #define SPC5_SPI_DMA_ERROR_HOOK(spip) osalSysHalt("DSPI DMA failure")
  79. /*
  80. * ICU-PWM driver system settings.
  81. */
  82. #define SPC5_ICU_USE_EMIOS0_CH0 FALSE
  83. #define SPC5_ICU_USE_EMIOS0_CH1 FALSE
  84. #define SPC5_ICU_USE_EMIOS0_CH2 FALSE
  85. #define SPC5_ICU_USE_EMIOS0_CH3 FALSE
  86. #define SPC5_ICU_USE_EMIOS0_CH4 FALSE
  87. #define SPC5_ICU_USE_EMIOS0_CH5 FALSE
  88. #define SPC5_ICU_USE_EMIOS0_CH6 FALSE
  89. #define SPC5_ICU_USE_EMIOS0_CH7 FALSE
  90. #define SPC5_ICU_USE_EMIOS0_CH24 FALSE
  91. #define SPC5_PWM_USE_EMIOS0_GROUP0 FALSE
  92. #define SPC5_PWM_USE_EMIOS0_GROUP1 FALSE
  93. #define SPC5_EMIOS0_GFR_F0F1_PRIORITY 8
  94. #define SPC5_EMIOS0_GFR_F2F3_PRIORITY 8
  95. #define SPC5_EMIOS0_GFR_F4F5_PRIORITY 8
  96. #define SPC5_EMIOS0_GFR_F6F7_PRIORITY 8
  97. #define SPC5_EMIOS0_GFR_F8F9_PRIORITY 8
  98. #define SPC5_EMIOS0_GFR_F10F11_PRIORITY 8
  99. #define SPC5_EMIOS0_GFR_F12F13_PRIORITY 8
  100. #define SPC5_EMIOS0_GFR_F14F15_PRIORITY 8
  101. #define SPC5_EMIOS0_GFR_F16F17_PRIORITY 8
  102. #define SPC5_EMIOS0_GFR_F18F19_PRIORITY 8
  103. #define SPC5_EMIOS0_GFR_F20F21_PRIORITY 8
  104. #define SPC5_EMIOS0_GFR_F22F23_PRIORITY 8
  105. #define SPC5_EMIOS0_GFR_F24F25_PRIORITY 8
  106. #define SPC5_EMIOS0_START_PCTL (SPC5_ME_PCTL_RUN(1) | \
  107. SPC5_ME_PCTL_LP(2))
  108. #define SPC5_EMIOS0_STOP_PCTL (SPC5_ME_PCTL_RUN(0) | \
  109. SPC5_ME_PCTL_LP(0))
  110. /*
  111. * CAN driver system settings.
  112. */
  113. #define SPC5_CAN_USE_FILTERS FALSE
  114. #define SPC5_CAN_USE_FLEXCAN0 FALSE
  115. #define SPC5_CAN_FLEXCAN0_USE_EXT_CLK FALSE
  116. #define SPC5_CAN_FLEXCAN0_PRIORITY 12
  117. #define SPC5_CAN_FLEXCAN0_START_PCTL (SPC5_ME_PCTL_RUN(1) | \
  118. SPC5_ME_PCTL_LP(2))
  119. #define SPC5_CAN_FLEXCAN0_STOP_PCTL (SPC5_ME_PCTL_RUN(0) | \
  120. SPC5_ME_PCTL_LP(0))
  121. /*
  122. * ADC driver system settings.
  123. */
  124. #define SPC5_ADC_USE_ADC1 FALSE
  125. #define SPC5_ADC_ADC1_CLK_FREQUENCY HALF_PERIPHERAL_SET_CLOCK_FREQUENCY
  126. #define SPC5_ADC_ADC1_AUTO_CLOCK_OFF FALSE
  127. #define SPC5_ADC_ADC1_WD_PRIORITY 12
  128. #define SPC5_ADC_ADC1_DMA_CH_ID 2
  129. #define SPC5_ADC_ADC1_DMA_IRQ_PRIO 12
  130. #define SPC5_ADC_ADC1_START_PCTL (SPC5_ME_PCTL_RUN(1) | \
  131. SPC5_ME_PCTL_LP(2))
  132. #define SPC5_ADC_ADC1_STOP_PCTL (SPC5_ME_PCTL_RUN(0) | \
  133. SPC5_ME_PCTL_LP(0))
  134. #endif /* MCUCONF_H */