Forum Post: How to receive UART data from UART by use default debug UART for...
I am developing MSP430F3468 with Bluetopia SPPLEDemo_Lite project. In HAL_ConfigureHardware , it use the following code to configure the UART. /* Configure the UART-USB Port for its default...
View ArticleForum Post: RE: flash programming and extended flash
you mean that i should divide flash into multiples of 512-byte segments?!
View ArticleForum Post: RE: initCalendar RTC_C_TIME_EVENT_INTERRUPT question
Hi, It's a pretty big app intended to be an intelligent controller for an energy unit (battery charger) for a solar+battery powered software radio telescope. I'm porting code originally written for a...
View ArticleForum Post: RE: flash programming and extended flash
The hardware already divides the flash into 512-byte segments. Your flash programming software must mirror that.
View ArticleForum Post: UART reception with DMA
I'm using MSP430F5529 launchpad and trying to receive a byte using the DMA UART. My initialization codes are void uart_init(){ P3SEL |= BIT3 | BIT4 ; // 3 and 4 pin selected for peripheral operation...
View ArticleForum Post: RE: SPI based LED driver
Hello sir, Thank you very much . STP04cm05 based led on msp430f67641 working fine. It is working with red , green and blue led blink ok. I have some confusion for color combining the RGB and generating...
View ArticleForum Post: RE: MSP-GANG Software's bug
This matter has been taken offline, a solution will be provided once the issue is resolved. Regards, Ryan
View ArticleForum Post: RE: Startup code for msp430 in IAR
Hi Thanks for your reply. Recently I have went through the following page to know about what is interrupt stack. http://stackoverflow.com/questions/17768026/difference-between-isr-and-function-call Can...
View ArticleForum Post: RE: SPI based LED driver
Either sending is wrong (you think you are sending some data but in fact you are not) or your circuit is wrong somehow. You shall debug - check that SPI signals are OK, clock polarity right and LE is...
View ArticleForum Post: RE: MSP430FG6626 LCD controller not working
Thank you for providing your solution for others to find. Regards, Ryan
View ArticleForum Post: RE: SW Buffer SIZE limitation in MSP430F5419A
Hi, Can anyone cause/answer to the above post, so that i can proceed with my SW work. i am not able to use array buffers more than 1.45KB of RAM. even though the RAM size is : 16KB Issue: if i load...
View ArticleForum Post: RE: CCS V6
Hi Tony, Did you have a older version of CCS upgraded to the CCS V6? The free license doesn't restart after an upgrade. Charles O
View ArticleForum Post: RE: MSP430FR4133 silicon bug?
[quote user="Clemens Ladisch"](No vacant memory on my F5529.)[/quote] What about @ 0x24400? You can pop from flash too! #include COMMON INTVEC ORG SYSNMI_VECTOR DC16 snmi_trap COMMON RESET DC16 main...
View ArticleForum Post: RE: MSP430FR4133 silicon bug?
Violation at boundary of Memory Protection or IP Encapsulation can happen to "pre-fetch" as well as "pre-popm".
View ArticleForum Post: RE: Error in Timer
Thanks. You were right. I made 2 programs, one with the SMCLK and another with ACLK, in which both have satisfied me for my desired output . Using SMCLK, I was able to produce alternating delay on each...
View ArticleForum Post: RE: MSP430FR4133 silicon bug?
[quote user="old_cow_yellow"]Clemens is looking into the right direction.[/quote] (Don't want to sound picky but it was me who discovered this and proposed it had to do with prefetching...) To...
View ArticleForum Post: RE: SW Buffer SIZE limitation in MSP430F5419A
Yes, there are 16KB of RAM. If you do not use RAM for any other purposes at all, you my use a 16KB sw buffer. But c compiler will not allow you to do that. It has to allocate RAM for stack, static...
View ArticleForum Post: RE: Cannot recover MSP432p401r and recovery procedure in SLAU575C...
Hi Aaron, Were you able to recover your board? Regards, James MSP Customer Applications
View Article