Forum Post: RE: MSPM0G3507: Configuration for max ADC throughput
Hi WorkerBee, [quote userid="558080"...
View ArticleForum Post: RE: C2000WARE-MOTORCONTROL-SDK: Delay Compensation in FOC algorithm
[quote userid="486879"...
View ArticleForum Post: MSPM0L1304: MSPM0L1304SRTRR Pin allocations
Part Number: MSPM0L1304 Tool/software: Hi, In the MSPM0L1304 datasheet, there is a contradiction in the pin functions of package RTR, between Figure 6-8 and table 6-1: Pin 8: The table says it...
View ArticleForum Post: RE: MSP430FR5969: Understanding the I2C Master Transmitter Mode...
The most common sequence runs (mostly) across the top line. S=Start [repeated-Start isn't distinguished], P=Stop, A=ACK, A-bar=NACK. Going down the page, the events are successively less likely. The...
View ArticleForum Post: RE: LAUNCHXL-F28P55X: C28x STL software library for F28P55X
I've sent you a direct message here on E2E with the details. Whitney
View ArticleForum Post: RE: TM4C123GH6PM: MOSC crystal frequency selection for the TivaC
[quote userid="91011"...
View ArticleForum Post: RE: AM2432: Execute Example Code without EEPROM
Hello Hideaki , The above files are syscfg-generated files and we can't edit them. Even if you edit and compile the project again, you may get the EEPROM-generated files. If you really don't want the...
View ArticleForum Post: RE: TMS320F28388D: Can TMS320F28388D Download with C2000 Gang...
James, Currently the F28388D is not fully supported by the C2000-GANG programmer. I am looping in some others to see what other solns exist. Best, Matthew
View ArticleForum Post: RE: TMS320F280039C: How does the system jump to address 0 to...
Apologies for the lack of reply. The line of code you have underlined is not related to the hwbist change in return address, but rather some internal code we place if there is need to modify the boot...
View ArticleForum Post: RE: TM4C129ENCPDT: Project was working, and now I keep jumping to...
Hi Noah, [quote userid="589411"...
View ArticleForum Post: RE: MSP430I2021: MSP430I2021TRHB : What can we expect for noise...
My observation is that an N-bit ADC (not just S-D) almost never gives ENOB=N. [If I do see this in a datasheet, I'm very skeptical.] The ADCs in the i2 series are (a) pretty good and (b) super cheap....
View ArticleForum Post: MSPM0G3507: After toggle window to maximize there is no way to go...
Part Number: MSPM0G3507 Tool/software: This is what I see. No way to go back to normal view after right click and "toggle maximize". I can right click and close and restart CCS. I do see my mouse...
View ArticleForum Post: RE: TMDSEMU110-U: *.dll Files
Hi TICSC, I believe you are looking for the jioxds110.dll file. It is located at *CCS_INSTALL_DIRECTORY*\*CCS_VERSION*\ccs\ccs_base\common\uscif\ jioxds110.dll Regards, Brennan
View ArticleForum Post: RE: MSPM0G3507: After toggle window to maximize there is no way...
and the X button "Close display" does not work
View ArticleForum Post: RE: TM4C1294NCPDT: TM4C1294NCPDT ETHERENT RX BUFFER SIZE...
Hi, I don't think you need to increase more than what is configured in the lwipopts.h file. In TivaWare SDK Ethernet examples, the PBUF_POLL_SIZE is set to 48. Refer to lwip user's guide for the...
View ArticleForum Post: MSPM0G3507: BUG REPORT - Energy trace battery life data wildly...
Part Number: MSPM0G3507 Tool/software: CR2032 can source 220 ma for 1 hour. if mean current is 1.207mA then CR2032 can power the circuit for 220maH/1.207 == 182.27 hours == 7.59 days. Not 6904 day as...
View ArticleForum Post: C2000WARE-MOTORCONTROL-SDK: MotorControlSDK 5.03.00 driverlib...
Part Number: C2000WARE-MOTORCONTROL-SDK Other Parts Discussed in Thread: C2000WARE Tool/software: I am trying to debug a startup issue with a *newly-created* project, and I am running into issues with...
View ArticleForum Post: RE: MSPM0G3507: Interrupt fires instantly when enabled
>TIMA1->CPU_INT.IIDX; >TIMA1->CPU_INT.IMASK = DL_TIMER_EVENT_CC1_DN_EVENT; Reading the IIDX will only clear the interrupt if it's (currently) enabled; based on your other fragment I suspect...
View ArticleForum Post: RE: MSPM0G3507: No debug-play button after updating
Hi Anders, Does the problem only appear when you use the empty_driverlib_src and your project? Or does it also happen when you have to debug the gpio_toggle project? If the gpio_toggle works, I would...
View Article