Forum Post: Strange Interrupt/Reset problem.
Hello, I have the MSP-EXP430FR2311 board. While experimenting with interrupts, I came across a strange problem: setting the interrupt to trigger on a falling edge causes the chip to hang when the...
View ArticleForum Post: RE: msp430f1232 storage temperature question
Hi, [quote user="Zhiyuan Hu"] msp430f1232 datasheet specifies storage temperature -55degC to 150degC for unprogrammed device, and -40degC to 85degC for programmed device. This 85degC limit is...
View ArticleForum Post: RE: MSP432 availability
Hi Scott, MSP432P401R /M in 100-pin QFP were released to production. You can order production samples from TI store today, or place production order through your distributor(s). Regards, Dung
View ArticleForum Post: RE: MSP430F5500 and the USB BSL
Just for clarity I should add that the above experiments single stepping the BSL were done in the CCS debugger, allowing things like register change at any time. On thinking about it some more, turning...
View ArticleForum Post: RE: error #2628: #pragma vector requires function symbol...
Here are some additional resources that may help your porting effort: Regards, James MSP Customer Applications
View ArticleForum Post: RE: Firmware Upgrade using MSP430F5247
what will be the address for unused spaces, i saw in g255 it was 0x3fff, so i have taken 0x43ff as my flash starts from 0x4400...is it correct ?
View ArticleForum Post: RE: MSP430F2471: Confirm the internal latency between CPU fetch...
[quote user="Kaka"]I checked this by using MSP430 Launch Pad by outputting the MCLK on 1.4 and changing the P1.0 output with step execution on CCS. As a result , the I/O was changed the 3 cycles and...
View ArticleForum Post: RE: ESP8266 interfacing with MSP430G2553 launchpad
Hello! I am working on the almost same project except I am using MSP430F5529 launch board. I used energia 18 and I can imported library and board manager from third party. But the CCS 6.1.3 does not...
View ArticleForum Post: RE: MSP432 Maincode debugging with a Bootloader loaded
Thanks for sharing these. Could you try making the memory locations independent for each project (as shown below)? Bootloader Project Linker File MEMORY { BOOT (RX) : origin = 0x00000000, length =...
View ArticleForum Post: RE: MSP432 Maincode debugging with a Bootloader loaded
This thread has some related discussion that you may find helpful. Regards, James MSP Customer Applications
View ArticleForum Post: RE: MSP430F55xx_dma_04 code example doesn't work properly
Thank you Shelford. I will look into this and follow up with you by the end of the week(8/26). Regards, Chris
View ArticleForum Post: RE: MSP432 ADC offset
Hi David, Are you calibrating the ADC? The TLV structure contains calibration values for the ADC. Also, the analog input voltage range must be within the selected reference voltage range VR+ to VR- for...
View ArticleForum Post: RE: MSP432 ramfunc problem
(Please visit the site to view this file)Julian, Can you also provide the compiler version that you are using? I do not see any issues/warnings on my end but also my cmd file looks a little different....
View ArticleForum Post: RE: msp430f1232 storage temperature question
This applies to the temperature at the time the erase/write operation actually happens.
View ArticleForum Post: RE: MSP430F5152 Lowest power consumption in LPM1
Does your code do anything except entering LPM1?
View ArticleForum Post: RE: MSP432 ADC offset
Here are some additional resources that you may find helpful. Regards, James MSP Customer Applications
View ArticleForum Post: RE: MSP430F5152 Lowest power consumption in LPM1
For LPM1, 55 uA doesn't seem to be too high, based on Section 5.5 in the datasheet . At 25C, this current consumption sits squarely between LPM0 and LPM2. Regards, James MSP Customer Applications
View ArticleForum Post: RE: MSP430F5500 and the USB BSL
Take care with modifying original TI BSL, to not blow JTAG fuse, that is located inside BSL flash memory space. From my point of view, logging (UART on high rate or mailbox) is better than breakpoint...
View ArticleForum Post: RE: Firmware Upgrade using MSP430F5247
MSPBoot is not correctly initialized to use the 0x10000 to 0x14400 20-bit space but it is possible to customize the project files for this purpose, other customers have done as such for their own...
View ArticleForum Post: RE: msp430F6733: How to demonstrate ILPM4=1.6uA ? (Schem and...
In Footnote 4, it mentions that "current for brownout, high side supervisor (SVSH) normal mode is included" inferring that SVSHE is kept at one here. Looking at the Backup Subsystem section on page 26...
View Article