Sample project for Tiva c

Sysprogs forums Forums VisualGDB Sample project for Tiva c

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24901
    grumson
    Participant

    When I start new project for tiva c launchpad I can’t select sample project “LEDBlink (FreeRTOS)” just LEDBlink.

    Why is that so?

    #24903
    support
    Keymaster

    The sample projects for each device family generally come from the SDKs provided by the device vendor and their amount depends on the popularity of the specific device family. E.g. the STM32 SDKs come with numerous examples and frameworks and are very popular, so VisualGDB offers many examples in the project wizard and encapsulates many frameworks from the SDKs. The Tiva SDK is much simpler and the devices are less popular than STM32, hence the examples offered by VisualGDB are simpler.

    The easiest way to get FreeRTOS on Tiva devices would be to download the Tiva C SDK (please use the same version as the VisualGDB’s BSP) and manually add the files from third_party\FreeRTOS\Source to the project (you would need to ensure that only one port instance and one heap instance is selected).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.