Question
FreeRtTOS Timers running slow on custom board
Posted on December 05, 2014 at 05:20
FreeRTOS on Discovery board one tick = 1 msec
FreeRTOS on custom board one tick = 10 msec (same code as running on Discovery Board)Uart code Interrupt driven runs on both boards ADC/DMA Interrupt driven code runs on both boardsWhere is the setup for external crystal vs. internal oscillator?Would this explain the factor of 10 slower ticks?If not, what do I change? Just some FreeRTOS parameters?Would this affect the operation of GPIO pins?Thanks #freertos #stm32f407-discovery