Forum Post: RE: MCU-PLUS-SDK-AM243X: sbl_qspi example fails to build
Yes, I discovered yesterday that I was mixing the AM263x and AM263Px example projects. Please note that this occurred due to the lack of AM263Px Control Card examples present in the Resource Explorer,...
View ArticleForum Post: RE: TM4C1294NCPDT: Voltage reading via ADC pins
Hi Mayra, Can you clarify if you have a clean GNDA?
View ArticleForum Post: MSP430FR58671: ADC12 Sequence of Channels issue
Part Number: MSP430FR58671 Tool/software: Having an issue with ADC reading sequence of channels. I have an 8x8 pixel array that I am reading. For troubleshooting all pixels are open. I ground...
View ArticleForum Post: MSP430I2021: Frequency measurement and less response time (
Part Number: MSP430I2021 Tool/software: Hello, I want to measure frequency is there any sample code how to measure frequency? we wrote logic for measure we also get output, but the output is in steps...
View ArticleForum Post: AM263P4: mcan_external_read_write example does not output CAN...
Part Number: AM263P4 Tool/software: I am working with the AM263Px-cc on a proof of concept project, and I am currently trying to get the mcan peripheral working. I have loaded the...
View ArticleForum Post: RE: TMS320F28388D: C2000 Compiler Not Using CMP64 Instruction
Hello, thanks for looking into this. I can't access that link but I'm guessing it was generated by me. I first contacted TI through email and was advised to submit a test case which I have attached to...
View ArticleForum Post: MSP430FR5969-SP: Alternatives to MSP-GANG for Programming
Part Number: MSP430FR5969-SP Other Parts Discussed in Thread: MSP-GANG Tool/software: Hello, My customer is looking to see if there is an alternative method to loading FW onto the MSP without having...
View ArticleForum Post: RE: MSPM0G3507: MSPM0G3507 QEI zero index detection in SW
The intent is to either set a specific position on a knob - knowing where "11" is on a guitar amp - or if you do use it for an index, make the count big enough so that it can never wrap around on its...
View ArticleForum Post: RE: TMS320F28388D: C2000 Compiler Not Using CMP64 Instruction
Will, Sorry, I don't see a test case?
View ArticleForum Post: RE: TMS320F28377D: Sysconfig clock tree
Hi Prarthan As you can see the define is a unsigned int since it can not have the decimal point. Best Regards
View ArticleForum Post: RE: TMS320F28388D: C2000 Compiler Not Using CMP64 Instruction
From the compiler team: Please follow the directions in the article How to Submit a Compiler Test Case . Submitting a test case may seem unnecessary. However, past experience has shown us that small...
View ArticleForum Post: RE: TMS320F28388D: C2000 Compiler Not Using CMP64 Instruction
I have followed those directions. In this post that we are chatting under, I have attached main.pp.txt, the compiler options, and the compiler version. These are the items that are requested from the...
View ArticleForum Post: RE: TMS320F28062: How to use flash-api when cpu is secured?
Hi Luke, I have one doubt: should the location where from I call flash API functions be also in SARAM? I checked again and I saw that it is not true in my code but was in the TI Flash programming...
View ArticleForum Post: RE: TMS320F28388D: C2000 Compiler Not Using CMP64 Instruction
Ah ok, sorry I missed the .pp. Got it, and sent it across to them. Will keep you posted.
View ArticleForum Post: RE: TMS320F2800137: EEPROM
Hello, If the motor algorithm is running in flash and the Flash API is executing, you will see this behavior. For single-bank devices, there is no way to program and execute code on the same flash...
View ArticleForum Post: RE: MSPM0G3507: MSPM0G3507 QEI zero index detection in SW
Hi Martin, In the QEI 3-signal mode, you have the IDX which can generate a load for your timer either setting to 0 or a load value. This would be a 3rd input for your zero pulse. In the initial state...
View ArticleForum Post: MSPM0G1507: True random generator (TRNG) self test fail (false...
Part Number: MSPM0G1507 Tool/software: The following initialization code doesn't work, but if increase TRNG_POST_TEST_CMD_DELAY to 520, it will work (return true). However, if use following code...
View ArticleForum Post: RE: AM2634: the maximum ADCCLK frequency
Hello Jeeuk, The maximum ADC_CLK operating frequency is 66.67 MHz. I have opened a ticket to have this parameter added to the datasheet ADC parameters table. Best Regards, Zackary Fleenor
View ArticleForum Post: RE: MSP430G2553: TimerA used to measure tachometer pulse clock...
> P2SEL = SENSOR_PIN; //Set pin for Timer1_A CCI1A capture This turns off the crystal oscillator on P2.6/.7. Try instead: > P2SEL |= SENSOR_PIN; //Set pin for Timer1_A CCI1A capture [Edit: Fixed...
View ArticleForum Post: RE: MSPM0G3507: MSPM0G3507 QEI zero index detection in SW
Maybe I missed it but I see no way to preload the counter value to some on start-up. It seems to start out at the load value or zero, it is difficult to tell. The load value in this case is the value...
View Article