2021-12-19 17:49:48 -04:00
|
|
|
|
|
|
|
# MCU class and specific type
|
|
|
|
MCU STM32F103 STM32F103xB
|
|
|
|
|
2023-06-29 13:07:33 -03:00
|
|
|
include ../iomcu/hwdef.inc
|
2021-12-19 17:49:48 -04:00
|
|
|
|
2023-06-29 13:07:33 -03:00
|
|
|
undef OSCILLATOR_HZ
|
2021-12-19 17:49:48 -04:00
|
|
|
|
|
|
|
# crystal frequency
|
|
|
|
OSCILLATOR_HZ 8000000
|
|
|
|
|
2023-06-29 13:07:33 -03:00
|
|
|
# directly define DMA channels
|
|
|
|
DMA_NOMAP 1
|