Forum Post: RE: PBIST Enters trap when not stepping through
After PBIST test starts on a RAM, the RAM content will be replaced by the test pattern. If you do a PBIST test on the system RAM, you need to make sure that no RAM will be used after the PBIST starts....
View ArticleForum Post: RE: Custom board inverted PWM output
Figured out my own question. If anyone else finds this post, the answer is that the instructions to change current feedback polarity in the user guide are wrong. See e2e.ti.com/.../1071283.aspx
View ArticleForum Post: onewire sample corrections
Sample code for OneWire in http://www.ti.com/lit/ug/spmu298a/spmu298a.pdf may need corrections: ONEWIRE_INT_BUS_STUCK should be? ONEWIRE_INT_STUCK I think This should simply have a closing Parenthesis?...
View ArticleForum Post: RE: onewire sample corrections
Hello Oswald, Yes, we have received feedback on the SPUM298 for code mismatches. This is one of the Application Note that needs a refresh. Regards, Amit
View ArticleForum Post: TM4C123GXL: Thank You
Hi guys - I've posted on this forum pretty frequently over the last six months. I've asked and gotten help on UART and interrupts, ports and gpio pins (hint: they're probably locked, don't use C0), i2C...
View ArticleForum Post: Switch Button debouncing
Based on Dr Marty’s work, which was declared by himself to be the best switch debounce routine ever, I developed one for my project, for which a push button is used to control program flow. In order to...
View ArticleForum Post: RE: TM4C123GXL: Thank You
Hello Philippe, Congratulations on your project!!! A good chef does not only prepare excellent food but knows how to present it with excellence. I would say the same for your project as well. A small...
View ArticleForum Post: About freeRTOS for CC2538 dk. not open-mote series.
Hi. i want to know how to port freeRTOS to CC2538 dk(SmartRF06 Evaluation Board) someone said there is no way to prot freeRTOS to cc2538 . is it sure ? or if i can, how to port freeRTOS to CC2538 dk....
View ArticleForum Post: F28377d GPIO pin not updated properly
Hi, I tried to toggle the GPIO14 and GPIO15 on each CPU timer 1 interrupt. However it does not work properly. CASE 1 : Only GPIO15 gives square wave, GPIO14 is always high with glitches __interrupt...
View ArticleForum Post: RE: F28377d GPIO pin not updated properly
It was my mistake in the case 4. The code should be like GpioDataRegs.GPADAT.all = (GpioDataRegs.GPADAT.all | 0x00008000)&0xFFFFAFFF; & GpioDataRegs.GPADAT.all = (GpioDataRegs.GPADAT.all |...
View ArticleForum Post: RE: About freeRTOS for CC2538 dk. not open-mote series.
The CC2538 is a Cortex-M3 and FreeRTOS will run on ANY Cortex-M3 without any porting required. Here are some links that might help: www.freertos.org/porting-a-freertos-demo-to-different-hardware.html...
View ArticleForum Post: RE: C2000 Piccolo LaunchPad - LAUNCHXL-F28027 Variable frequency...
Hello, I finally did it. Thank you for your help. Please delete this thread. Best regards, Wojciech
View ArticleForum Post: msp430 launchpad working with msp430F133ipm
Hi, I have a few MSP430F133IPM chips, around 500, gifted to me, but I don't have a programmer for it, now my idea was the MSP430 Launchpad, disconnect the emulation part of the other part and wire up a...
View ArticleForum Post: RE: TMDSRM48USB development kit interfacing with MSP430G2553
Hi I have made following selections in HALCoGen in pinmux: N2-> SCITX W3-> SCIRX I have also enabled only SCI driver in Driver Enable of HALCoGen and I have modified the code to following, but...
View ArticleForum Post: RE: implement an sd card for msp432
I found the error it was a problem with the wires. ;)
View ArticleForum Post: RE: Can the TMDSHVMTRINSPIN be used with a 400 Hz supply?
Hi Chris, No, the customer has a fuel pump that uses a normal AC induction motor that is supplied by three-phase 115VAC 400Hz. They say that "the TMDSHVMTRINSPIN development kit is a potential...
View ArticleForum Post: RE: Byte transfer uart, DMA
Hi Amit, Actually I have 512 bytes of data which I get after software processing. It is not that I have to transfer data from one peripheral to another. After some software processing I got 512 bytes...
View ArticleForum Post: RE: Cannot send or receive any data from Launchpads
Dear All, I meet the same issue. that's to say, one MSP-EXP430G2 can send/receive bytes to/from desktop. after that, connect it to another laptop(win10), with same UART setting(9600bps,8N1), It can NOT...
View ArticleForum Post: RE: Problem - Write Information Memory - Segment C - MSP430F2232
WriteDataFlash() is called in main() function. Cpt is initialized to '12' before WriteDataFlash() is called. I find a lot of documentation which associate " #pragma location" directive with a...
View Article