Other Parts Discussed in Thread: AM2634
Tool/software:
Particularly i want to interface tmperature sensor TMP411ADR with i2c driver and interfacing led with GPIO with am263x control can provide please firware code for this
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.
Tool/software:
Particularly i want to interface tmperature sensor TMP411ADR with i2c driver and interfacing led with GPIO with am263x control can provide please firware code for this
Hi Manoj,
Thank you for your query.
i want to interface tmperature sensor TMP411ADR with i2c driver
For a sample firmware on how to interface temperature sensor with i2c refer to this sdk example:https://software-dl.ti.com/mcu-plus-sdk/esd/AM263X/latest/exports/docs/api_guide_am263x/EXAMPLES_DRIVERS_I2C_TEMPERATURE.html
This will provide you with logical implementation on how to interface with any temperature sensor that can be interfaced via I2C interface.
interfacing led with GPIO with am263x control
For GPIO LED blink refer to these examples:
software-dl.ti.com/.../EXAMPLES_DRIVERS_GPIO_MULTI_LED_BLINK.html
Also not sure if you already had look at the documentaion that comes with MCU PLUS SDK: software-dl.ti.com/.../index.html
Document: https://software-dl.ti.com/mcu-plus-sdk/esd/AM263X/latest/exports/docs/api_guide_am263x/EXAMPLES_DRIVERS.html(all examples present in MCU PLUS SDK)
You find the code in two places:
1. You can install the SDK, which has all the code: https://www.ti.com/tool/MCU-PLUS-SDK-AM263X
or You can find it on github also:https://github.com/TexasInstruments/mcupsdk-core/blob/next/examples/drivers/i2c/i2c_temperature/i2c_temperature.c
Is this what you are looking for?
Its present in MCU PLUS SDK,
take a look at this:https://software-dl.ti.com/mcu-plus-sdk/esd/AM263X/latest/exports/docs/api_guide_am263x/LOADING_APPLICATION.html#autotoc_md699
This guide you on how you can import SDK example to Code composer studio.
If you need to create the new ccs project with am2634 what the connection we have to select in that drop down
TI recommended approach is to import the project and modify it to suit your needs.