Changes between Version 8 and Version 9 of TBR/BSP/STM32F105


Ignore:
Timestamp:
08/19/14 14:41:26 (10 years ago)
Author:
Jmfriedt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/STM32F105

    v8 v9  
    5353For modifying the default UART used by the console, either edit the RTEMS BSP defined in the rtems/c/src/lib/libbsp/arm/stm32f4/configure.ac file and modify RTEMS_BSPOPTS_SET([STM32F4_ENABLE_USART_3],[*],[1]) for disabling UART3 (remove [1] and replace with []) and activating UART1 (replace [] with [1]). Alternatively, before
    5454the configuration step, export variables STM32F4_ENABLE_USART_3="" and STM32F4_ENABLE_USART_1="1" for the same
    55 effect.
     55effect. Following this modification, the hello.exe example was run successfuly on a STM32F103TCT microcontroller.
    5656
    5757Notice that at the moment, the STM32 support for QEmu does not include (yet) the A/D converters: requesting a sample with a loop testing the conversion completion will hang since the conversion never occurs.