Forum Post: RE: EK-TM4C1294XL: Evaluation Kit
Apple devices support USB however using regular power supplier you cannot charge Apple box. Microsoft mouse could be tricky to debug.
View ArticleForum Post: RE: Compiler/EK-TM4C1294XL: ek-tm4c1294xl
Hi, As I said in the other post, we don't have exact example for what you are trying to achieve. But something comes close in the boot_demo1 example code where it is looking for a button pressed on...
View ArticleForum Post: RE: MSP430F5342: MSP430F534x ADC examples by TI
The author seems to have omitted setting ADC12MCTL0 (I suppose) because it was =0. Try adding: > ADC12MCTL0=ADC12EOS|ADC12SREF_0|ADC12INCH_1; // EOS (for the future), ref=Vcc, A1 That should put the...
View ArticleForum Post: RE: TM4C129XNCZAD: Profibus possible? + Issue with SD-Card driver
Hi Charles, sorry, you're right. I am currently using an obsolete driver, which is not from TI. Could you recommend me a good SD-Card Driver? regards, Tim
View ArticleForum Post: RE: TMS320F28379D: Cirquit problem with analoge output ADCINA0
Hi Julian, That comment is not accurate, the F28379D device does not support internal reference. You only have 2 external reference options for the GPDAC on this device VREFHI (DACREFSEL = 1), VDAC...
View ArticleForum Post: RE: CCS/TMS320F28027: CCS/TMS320F28027: I2C EEPROM
Hi Dave, By default this example has interrupts enabled which end up affecting the message status (I2cMsgIn1.MsgStatus) and flow of the program. Do you still have these interrupts enabled? I think it...
View ArticleForum Post: RE: MSP432P401R: Using the Flash Information Memory to store a...
James, Just to document this better, in the MSP432 Driver Library Users guide : Section 8 covers FlashCtl operations on the MSP432P401R (/M). Section 9 covers FlashCtl_A operations on the MSP432P4111...
View ArticleForum Post: RTOS/TM4C123BH6ZRB: I2C command I2C_MASTER_CMD_QUICK_COMMAND for...
Part Number: TM4C123BH6ZRB Tool/software: TI-RTOS hi 1. I am use IIC port 2 define Master, but run in "Initiate send of address from Master to Slave" proecss TI-RTOS is crash. How can use...
View ArticleForum Post: RE: TMS320F28062: SPI SPISTE to SPICLK timing
Hi Devin, Thanks for the answer Regards,
View ArticleForum Post: RE: TMS320F28379D: TMS320F28379D with GUI composer
Swapnil, processors.wiki.ti.com/.../Category:GUI_Composer dev.ti.com/.../index.html Regards, Manoj
View ArticleForum Post: RE: CCS/TMS320F28379D: ccs/TMS320F28379D
Ashish, What type of warning you want to show? Just a message in CCS console? If yes then you need to use CIO function for the same. You can find the info here . You could setup UART inside ISR to send...
View ArticleForum Post: RE: DK-TM4C129X: Is there an example for Ethernet ROM-based boot...
Hi Charles, Also in this post, Amit seems to imply that ROM ethernet is possible I just don't know how to go about it e2e.ti.com/.../567064 Thanks. AJ
View ArticleForum Post: RE: TM4C123GH6PM: Sampling 2 signals from GPIO analog pin using 2...
Hi, There is TivaWare ADC example in /examples/peripherals/adc/single_ended.c . Even though this is only taking one analog input but you can extend it to taking multiple channels. I will suggest you...
View ArticleForum Post: RE: CCS/TMS320F28069: Program does not run when I update PWM1
Cristina, take a look at the following help document, it should guide you on how you can use the tools (breakpoints, single stepping, and the memory browser) to help find out where the problem is....
View ArticleForum Post: RE: TMS320F28035: RAMP question
[quote user="Daniel Fang"]1. Is the RAMP Generator PWMSYNC1/2/3/4 signal meaning PWM1SYNC?[/quote] The PWMSYNC signal used by the Ramp Generator is coming from the HRPWM portion of logic. It is not the...
View ArticleForum Post: RE: RM48L952: HalCoGen 4.07.00 - CSP
Hi Vishwanath, I will be returning to this task in order to complete it for the certification effort. So I started a new project in ccs, generated the Halcogen code, configured the project properties -...
View ArticleForum Post: RE: TMS320F28377S: # of GPIO on the PZP package of the TMS320F28377
Hi - I count 42 GPIOs as well. They are: GPIO2, 3, 4, 10, 11, 12, 13... GPIO14, 15, 16, 17, 18, 19, 20... GPIO21, 41, 42, 43, 58, 59, 60... GPIO61, 62, 63, 64, 65, 66, 69... GPIO70, 71, 72, 73, 78, 84,...
View ArticleForum Post: RE: RE: RTOS/MSP432E401Y: semaphore for UART read
Kalyan, You can see how to set up a callback in this E2E post(UART Callback on TI-RTOS ). This is an altered version of the uartecho TI driver example and shows how to send a byte and then provide a...
View ArticleForum Post: RE: TMS320F28027: How to know How many RAM and FLASH TMS320F28027...
Dave, Wanted to reach out to see if this issue can be closed or if you have more feedback for myself or the others on the thread. Best regards, Matthew
View ArticleForum Post: CCS: Solar Micro Inverter development kit TMDSSOLARUINVKIT for...
Tool/software: Code Composer Studio Dear TI, I am looking for a design solution for an off-grid micro inverter. I am interested in the Solar Micro Inverter development kit TMDSSOLARUINVKIT (...
View Article