This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LM4F232H5QD evaluation kit; RTOS; MCU SDK syntax

Hi all,

I am using the LM4F232H5QD evaluation kit. Aim is to load RTOS and to work with it.

How to do programming in the MCU SDK platform?

I cant find any discrete syntax.

Example:

GPIO_write (index, value). // dont understand how to define index, as whether pin_no or etc,. 

Thanks

  • Karthikeyan,

    There is a getting started guide in mcusdk_1_00_00_68/docs/spruhd3c.pdf

    An HTML version of the API documentation can be found in mcusdk_1_00_00_68/docs/doxygen/html/index.html

    Examples for programming the LM4F232 board can be found in mcusdk_1_00_00_68/packages/examples/EKS_LM4F232

    Hopefully that helps.

    Thanks,

    Sean