Forum Post: RE: Glitches in Waveform with the N2HET
Ok. The code I uploaded doesn't have any drivers to go with for the host. It is serviced by writing the period to BUFPER data field and the duty cycles to BUFDCA, BUFDCB, and BUFDCC although these are...
View ArticleForum Post: RE: Estimate motor temperature on Launchpadxl f28207f and drv...
Thanks Chris, Does F28027 have the ability to sense T0 (reference/initial temperature)? Without T0, i won't be able solve the resistance vs temp equation to get the final temperature. John
View ArticleForum Post: RE: TM4C129 EPI HB16 uDMA write not starting
Hi, I will give it a try, but I think its something else since my EPI uDMA read works without setting this bit! unless... Khaled.
View ArticleForum Post: RE: CCv6 Multicore debugging doesn't load second processor correctly
To answer the second question, yes the two windows are opened by the Parallel debug manager. The first window allows access to the Flash tool and unlocking the device. The second window has all the...
View ArticleForum Post: RE: How to determine stack/RAM usage
Note: Commands do not get recognized telling me that .bss data does not work in SDRAM either. I would have to debug to see the details. That makes me wonder about SDRAM usage at all being used. I would...
View ArticleForum Post: ASCII interpretation over UART communication
Hello everyone, I had a doubt, Using UART in my msp432 i transfer from 0 to 255, in my computer I am using MATLAB to receive the information, I save the data in a vector, but when I open it I got that...
View ArticleForum Post: RE: How to determine stack/RAM usage
Sarah, Hmm. if you see the SDRAM not taking writes - then it could be a PCB issue, a clocking issue, or an SDRAM configuration issue. Can you please confirm whether or not the SDRAM clock is toggling...
View ArticleForum Post: RE: Capture port on TMS320f2812 stop generating interrupts
Hi Ed, It's hard to take a good guess at what the cause could be from your description. Have you been able to reproduce the issue? Thanks, Whitney
View ArticleForum Post: VREF+ for msp430fr2311
Hi guys, I am trying to output the 1.2V internal reference to Pin 1.7 on msp430fr2311 . I have the following code: #include /* * main.c */ int main(void) { WDTCTL = WDTPW | WDTHOLD; // Stop watchdog...
View ArticleForum Post: RE: Glitches in Waveform with the N2HET
Thanks, that explains a lot. really appreciate all the help.
View ArticleForum Post: JTAG daisy-chain for 2 x 28377D evalboards
Dear TI community, I am looking to hook up two F28377D evaluation boards with a single JTAG emulator BlackHawk 510L. I have built a tap of my own based on resources available online. Assuming that my...
View ArticleForum Post: RE: How to determine stack/RAM usage
Actually, SDRAM DOES take writes, IF, and here is the kicker, ALL segments (BSS, DATA, HEAP, and FEE) use the internal RAM. I can then launch my SDRAM tester and have it reliably verify all of SDRAM....
View ArticleForum Post: RE: What does "IoT Enabled" mean in the TM4C129 range of uC's?
[quote user="Doug Broadwell"] I see that some uC's, e.g. TM4C129ENCZAD , are "IoT Enabled" while others, e.g. TM4C1294NCZAD , are not.[/quote]I suspect "IoT Enabled" is a marketing buzz-phrase....
View ArticleForum Post: MSP430G2553 RST short to GND
I've been using the MSP430G2553 for a while without any problems. Then suddenly it won't come out of reset. Turns out that the RST pin has suddenly a very low impedance to GND. I could still get it out...
View ArticleForum Post: RE: N2HET 'Lib'
Anthony, Thanks - I guess I have been somewhat naive looking at this previously; the HET I/F here is another processing engine and impressive. I have one capture input and three PWM's operational now....
View ArticleForum Post: RE: What does "IoT Enabled" mean in the TM4C129 range of uC's?
Could even infer TI provides (qs-iot.bin) file being it also runs on TM4C1294NCPDT without 128 bit encryption and that too is IOT ready. In that frame of consistency your example of merely having and...
View ArticleForum Post: RE: How to determine stack/RAM usage
Sarah, Aside from the issue w. the SDRAM refresh rate calculation I mentioned... all of the other TIMINGs basically turn into '0's in the SDRAM configuration register because all the values even 60+ns...
View ArticleForum Post: RE: TM4C129 product availibility
Re: "For want of a nail." Or..."Bigger warehouse."
View ArticleForum Post: RE: How to determine stack/RAM usage
I am reading your previous comments, however a quick reply. Yes, the EE did confirm all the PINMUX settings. I just now confirmed D17. I did link EMIF_nWE (first column). It is highly annoying that I...
View ArticleForum Post: RE: How to determine stack/RAM usage
Is it possible to place the stack in the external SDRAM?
View Article