Forum Post: How to Interface external circuits with MSP430
Hi,I've recently started using MSP430 and have done some basic programming such as blinking the LED, and learned a little bit about ADC and UART by displaying the CPU temperature via UART over Realterm...
View ArticleForum Post: RE: TIVA C Series Bluetooth and Camera I/F
Chris,thanks for suggestionI have already posted this on Bluetooth application side.I have datasheet for the TM4c129x where datasheet have mentioned about connection of fifo buffer to EPI port.but I...
View ArticleForum Post: RE: MSP430 devices sw LP-mode dependency...
[quote user="kba"]Now I have been thinking is this intentional and the only way use for example the timers in MSP ?[/quote]Interrupts are present in most timer applications. That's the beauty of...
View ArticleForum Post: RE: memset/memcpy doesn't set/copy the whole memory
Christian,Sorry for the inconvenience. There is an additional update to this bug's description. There is no dependency on the alignment of the first address of the store-multiple instruction....
View ArticleForum Post: RE: JTAG Daisy Chaining (XDS100v2 + Launchpad)
I've made some progress, and I've now configured everything so that I am able to debug both Tiva processors at the same time, so my original question is more or less resolved.I'm pretty happy with this...
View ArticleForum Post: RE: InstaSPIN FOC : how to program in Flash
Hi Angelo!Could you please upload your project according the following instruction:File -> ExportExpand "General" and select "Archive File". Click "Next"The dialog that appears allows you to select...
View ArticleForum Post: Chronos FW Version 1.9 Oct. rel. - Wireless update not working
HI,Has anyone been successful in getting the wireless update feature to work?The posting in the Chronos wiki for the 1.9 release implies that it was fixed but it does not work. It always gives a...
View ArticleForum Post: RE: Suggestion for Controller with FRAM and 2 UART
FR57xx is just on the market in a few configurations, other will follow. FR58xx & FR59xx are in development (X) state. I don’t think they will disappear soon.
View ArticleForum Post: RE: MSP430-FR5739 Not Detected by IAR
The problem Zach has pointed out is a problem one others from my class have had happen. Notice in is screen captures that the Device Manager >> Ports shows a "TUSB3410 Device (COM??)"It looks as...
View ArticleForum Post: RE: Timer and uart
[quote user="kishore R"]now i want to check one gpio every i second for that i need one timer so how to get[/quote]In your case easiest way is to use WDT in interval timer mode, thou it can interfere...
View ArticleForum Post: RE: smclk stops working when we disconnect the debugger
[quote user="Gloin"]With aclk sourcing we can not get higher baudrates[/quote]Right. Then don't use LPM3 but LPM1 instead.[quote user="Gloin"] I want to catch a clue that why does the code run with...
View ArticleForum Post: RE: Piccolo ADC accuracy/noise
dear;i need to ask about the ADC of 28035 in simulink? how can i determine Input Channels — Conversion channe and SOCx acquisition window? i use it with hvkit and in source code // Initialize ADC for...
View ArticleForum Post: RE: LM3S2965 SSI Interrupt not clearing
In order to clear the SSI TX FIFO interrupt, you have to put enough outgoing data into the FIFO. If you don't yet have data to send, then you should disable that interrupt, and only enable the...
View ArticleForum Post: RE: Cortex M4 UART
First I would verify with an oscilloscope that 20 bytes were actually sent.Second, are you running your code with breakpoints enabled? If so, the hardware FIFO can accept up to 16 bytes when the...
View ArticleForum Post: RE: How to use boot_serial example to run application
Hi Wahid, Try boot_serial and boot_demo1 with APP ADDRESS both set at 0x2800. When you load the boot_demo1, select "erase necessary pages" at LM Flash Programmer.-kel
View ArticleForum Post: RE: ICDI hangs
Hi Walter, It is possible that the program you just flashed is causing this. Erase entire flash using LM Flash Programmer, and see if you get the same problem with known working example programs....
View ArticleForum Post: RE: slau208e.pdf excerpts
In other words, what is the link to those files? I know they exist because I have some of them but I need another one. I haven't been able to locate them with any search pattern that I've been able to...
View ArticleForum Post: RE: Any alternative method to TMS570LS21xx/31xx Data Flash...
Hi John,Any update on my question?I need an answer because if writing to the Data Flash is too complicate, then we have to embed an external SPI EEPROM to the design instead.Thanks.
View ArticleForum Post: RE: TM4C123GH6PM GPIO Interrupt Flag Clear Latency
Thanks for the explanation. I searched the datasheet and found the similar statements:After a write to clear an interrupt source, it may take several processor cycles for theNVIC to see the interrupt...
View ArticleForum Post: RE: Does the pointer operation for PxOUT work correctly?
OKY Thank you for that clear explanation.
View Article