Forum Post: BoosterPack - LauchPad Male/female connector
I am making a custom booster pack but have been unable to locate the proper Male/Female header to use. The BOM for the MSP-EXP430G2 says "10-pin header, TH 2.54mm Male/Female". I cannot find anything...
View ArticleForum Post: RE: question on demo flash_program_memory, user guide of no help...
Hello Robert, Please see the device datasheet for the address of each Flash Sector. The API available only erases one sector at a time. If you would like to erase the whole device, we do offer a Mass...
View ArticleForum Post: RE: Serial Bootstrap loader for MSP430F5438A
Hi Jeetesh, It looks like you may have tried attach some files but were not able to do so. Please use the rich formatting option when replying and click on the paperclip icon to attach a file. The BSL...
View ArticleForum Post: RE: ARM Cortex M3/M4 bit-banding (Thumb2 issue)
[quote]ARM Infocenter sais: "It enables individual bits to be toggled without performing a read-modify-write sequence of instructions." :)[/quote] Not sure if I understand this correctly, but only...
View ArticleForum Post: RE: ARM Cortex M3/M4 bit-banding (Thumb2 issue)
[quote user="f. m."]certainly not Flash programming[/quote] I agree. I've just mentioned as an example for capability of bitwise reading-writing operations.
View ArticleForum Post: RE: MSP-GANG programming with BSL: overall result ok but actually...
Hi Gorazd, We are looking into the issue and hope to have an answer to you soon. Regards, Akash Patel
View ArticleForum Post: RE: BoosterPack - LauchPad Male/female connector
J1 and J2 are the 2 TH (Through Hole) 2.54 mm Male (below the board) with long pins (female) on the component side (used to stack boards) Answer is in the booster pack wiki :...
View ArticleForum Post: RE: DALI MSP430
>Does anybody know a MSP able to communicate over the Ethernet network and not only usb? No, it does not. At least not by itself. Easiest solution would be just to pick right microcontroller with...
View ArticleForum Post: RE: Cannot start MSP430 debugging session
I am having a similar problem, only with IAR Embedded Workbench IDE version 5.20. Everything seems detected, with version 3 of msp430.dll and the ports that installed properly on the device manager....
View ArticleForum Post: RE: Interrupt vector in the RAM: any cons using this ?
The SRAM is not any less reliable than the flash. (Flash could wear out, but I doubt you'll manage that for the flash cells that store the interrupt vectors.) Additionally, reading SRAM uses slightly...
View ArticleForum Post: RE: MSP430F5528 XT1 functionality
Section 5.1 of the User's Guide says: Some devices only support the low- frequency oscillator for XT1CLK. See the device-specific data sheet for supported functions. The device-specific datasheet says...
View ArticleForum Post: RE: BoosterPack - LauchPad Male/female connector
You are searching for wire-wrap socket connectors . Another search term might be Arduino Stackable Header - 10 Pin .
View ArticleForum Post: RE: question on peripheral library and launchpad demo project...
Yes, the usual C memory access via address pointer should suffice to read the MSP432 flash. Regards, Ryan
View ArticleForum Post: RE: Interrupt vector in the RAM: any cons using this ?
>Might it be more prone to unexpected bitswaps or any kind of strange behaviour that the RAM might have that would not affect flash ? If you are afraid of bitswaps or any kind of strange behaviour...
View ArticleForum Post: RE: Interrupt vector in the RAM: any cons using this ?
In addition to put IV in RAM, you could also run code in RAM, or allocate constants in RAM. Normal practice is, you do not intentionally change IV, code, or constants. Thus you are not gaining the...
View ArticleForum Post: RE: ARM Cortex M3/M4 bit-banding (Thumb2 issue)
[quote user="Alexey Bagaev"]ARM Infocenter sais: "It enables individual bits to be toggled without performing a read-modify-write sequence of instructions." :)[/quote] Indeed. Bitbanding doesn't...
View ArticleForum Post: RE: ARM Cortex M3/M4 bit-banding (Thumb2 issue)
Bit-Banding is a trick to reach individual bits by column+row trick to memory address that don't exists. You write to a byte to reach one bit so it will use 8 times the memory address slots, as they...
View ArticleForum Post: RE: Interrupt vector in the RAM: any cons using this ?
[quote user="old_cow_yellow"]Normal practice is, you do not intentionally change IV, code, or constants. Thus you are not gaining the advantage of being able to change them intentionally, you only...
View ArticleForum Post: RE: msp 430 gdb
Hi Charles, Here is the screen shot, please let me know if additional information is needed. Sorry it took a couple of days to reply to you. Thanks for taking the time to look into my problem. Craig Ross
View Article