Forum Post: EK-TM4C123GXL: Trying to Read BME280 using I2C.
Part Number: EK-TM4C123GXL I recently bought a TM4C123 LaunchPad with BOOSTXL-SENSORS Sensor booster pack. I am trying to use the onboard BME280 sensor using Bosch API.So far, I2C read part works only...
View ArticleForum Post: RE: CCS/TMS320F28335: TMS320F28335
Isfaq, If you wish to control each of these gates independently you will need at least 24 PWM channels. The device you have selected only has 12 ePWM channels, along with a few rudimentary APWMs. It...
View ArticleForum Post: RE: EK-TM4C123GXL: Trying to Read BME280 using I2C.
Hello V.Singh, It looks like that BoosterPack is more designed for the MSP432 devices, I don't recall us having any support for that BoosterPack on TM4C natively. If you are trying to port it because...
View ArticleForum Post: RE: TM4C123GH6PM: Source code for example program pre-loaded on...
Hello Dan, I was looking for a project along the lines you described but I haven't seen any that use the on board thermometer. How did you determine it was a thermometer changing the LED color? I know...
View ArticleForum Post: RE: CCS/DLP-7970ABP: with EXP-MSP432P401R. Read the RSSI External...
Dear user5991425 - for MSP430 code example - there is one here ==> www.ti.com/.../sloc297 this uses the MSP430G2553 you must know and use the specific tag protocol to get RSSI back - if you don't...
View ArticleForum Post: RE: EK-TM4C123GXL: Trying to Read BME280 using I2C.
I'm just trying to work with bme280, in general, as if it was on a breakout board. I added the suggested modifications and hooked up my scope and there's no activity both SDA and SCL is at '0'.
View ArticleForum Post: RE: EK-TM4C123GXL: Trying to Read BME280 using I2C.
#ifndef FUNCTIONS_H_ #define FUNCTIONS_H_ void InitConsole(void) { SysCtlPeripheralEnable (SYSCTL_PERIPH_GPIOA); GPIOPinConfigure (GPIO_PA0_U0RX); GPIOPinConfigure (GPIO_PA1_U0TX);...
View ArticleForum Post: CCS/TMS320F28335: Attempting to generate .hex file in order to...
Part Number: TMS320F28335 Tool/software: Code Composer Studio We have operational software, working with CCS, that I would like for a remote colleague to be able to flash using UniFlash with an XDS200....
View ArticleForum Post: [FAQ] CLA: Why can't I force a task using the IACK instruction?
Q: Why can't I force a task using the IACK instruction?
View ArticleForum Post: [FAQ] CLA: How is data shared between the CLA and the C28x?
CLA: How is data shared between the CLA and the C28x?
View ArticleForum Post: MSP430F5529: ADC12 A4 doesn't work
Part Number: MSP430F5529 Hi, I'm trying to do an ADC single-channel single-conversion of A4 (P6.4) on the MSP430F5529 . I used `MSP430F55xx_adc_05.c` from `slac300k MSP430F55xx_Code_Examples` which...
View ArticleForum Post: MSP430G2553: MSP430 simple IR communication
Part Number: MSP430G2553 Hi everyone.I am begginer at MSP430.; I would like to bliknk two different leds via pressing two different buttons using IR. I think transmitter works propperly.But something...
View ArticleForum Post: CCS/TMS320F28035: getting time stamp
Part Number: TMS320F28035 Tool/software: Code Composer Studio How can I get time stamp or the exact time the variables are being recoeded
View ArticleForum Post: CCS/TMS570LS1224: Problem with Microcontroller Hercules TMS570LS12
Part Number: TMS570LS1224 Tool/software: Code Composer Studio Hi all. Well, I write in this forum because of a problem that I have had with my device. My device is a Hercules TMS570LS12. I have used it...
View ArticleForum Post: [FAQ] CLA: How are datatypes different on the C28x and the CLA?
Q: How are data types different on C28x and CLA? How are pointers different on the C28x and the CLA? What do I need to do in my code to handle the difference?
View ArticleForum Post: RTOS/DRV8301-69M-KIT: DRV8301-F28069 with ETHERCAT
Part Number: DRV8301-69M-KIT Tool/software: TI-RTOS I am using Instaspin libraries with DRV8301-F28069 and now I want to transmit data using ETHERCAT . I did some research and found out that ET1100 can...
View ArticleForum Post: [FAQ] CLA: Can the C28x terminate a CLA task?
Q: Can the C28x terminate a CLA task?
View ArticleForum Post: [FAQ] CLA: Can you explain more about a task?
Q: Can you explain more about a task? such as: How big is a task? Is there a size limit for a task? What is the starting address of a task? How do I indicate the end of a task?
View ArticleForum Post: [FAQ] MSP-EM-DESIGN-CENTER: Can the Energy Measurement Design...
Part Number: MSP-EM-DESIGN-CENTER Hello everyone, This question came up recently, so I wanted to provide some guidance in case others had the same question. Currently, EMDC supports AC RMS and peak...
View Article