Forum Post: Unable to use MSP-FET as BSL tool for programming MSP-EXP430FR5739
We are unable to use MSP-FET as BSL tool for programming MSP-EXP430FR5739 board. We have used BSL-scripter for windows. We are able to use P2.0 and P2.1 over application UART of MSP-FET while...
View ArticleForum Post: RE: MSP430 USB Descriptor tool for Linux
[quote user="Doug Burrell"] Hi, I'm working with the USB descriptor tool for MSP430s running on Linux but I can't get it working. I can install the application just fine. When I try to run the tool it...
View ArticleForum Post: RE: msp432 adc14 stop single channel repeat mode
(Please visit the site to view this file)Luca, I have simply modified the code so that the ADC ISR handles the moving of data and so that you can remove the IFG check in the Timer ISR. Hopefully this...
View ArticleForum Post: RE: LEA Driver Library examples don't compile
Hi Bob and Alexey, I can confirm that we aren't removing this functionality, but actually adding functionality! We made some changes to the MSP430FR5994 header file that accidentally got released...
View ArticleForum Post: RE: LEA Driver Library examples don't compile
Alexey Bagaev , Thank you for your support of LEA :) It's great to see our community embracing the new technology that we are working on. We are really excited about LEA and the potential it can bring...
View ArticleForum Post: RE: F67xx AUX0OK flag does not set
Hello Shinji-san, The AUX module may not care or bother to set this flag to 1 while DVCC/AVCC is the current supply, this flag is meant to be checked while AUXVCCx is the active supply. Regards, Ryan
View ArticleForum Post: RE: msp432 adc14 stop single channel repeat mode
Hi Chris, you are helping me a lot. My questions are: 1)ADC14_CTL0_SHS_1: ok, so if adc start when i want i don't need it or shs_0 is the default values? Because in your code is not setted. 2)ADC14CTL0...
View ArticleForum Post: RE: boot up code for msp430fr4133
i mean, before main function executes, what micro controller will do before main start, that start up file i need for understanding more about boot up.
View ArticleForum Post: RE: Problem trying to jump and execute app from custom bootloader
Hello, I will move your post to the MSP430 device forums, where the experts there can help you best. Thanks ki
View ArticleForum Post: interrupt function executes
ISR() { clear ISR flag for next interrupt fun1(); } fun1() { ----- -------- ------- } if we intilise GPIO ISR,in that we are calling fun1, while executing fun1() interrupt occurs, how micro controller...
View ArticleForum Post: RE: boot up code for msp430fr4133
SHRAVAN, before main the c_startup or low_level_init is executed. This is the function where variables are initalized. Do you mean this? Which development environment do you use? Best regards, Dietmar
View ArticleForum Post: RE: voltage on Reset pin, msp430g2
i just order two new pcbs, I only solder MCU, 47k Ohm, 1 nF for reset pin, by order. I connect SWD pin to flash program (successful). But Voltage on RST pin about 2.5 V.
View ArticleForum Post: RE: msp432 adc14 stop single channel repeat mode
Luca, (1) The SHS bit field in ADC14 control register 0 (ADC14CTL0) controlls the trigger source for the ADC14. If this field is '0' then the ADC is triggered from the SC bit which is controlled in...
View ArticleForum Post: RE: msp432 trigger adc14 from timerA0
Hi Luca, So your only issue is using a timer to trigger the ADC conversion? It looks like previously you would use a software trigger inside of the timer ISR. Try using a timer source other than one...
View ArticleForum Post: Trying to use channel 0 and channel 1 of SD24 atod converter
I am trying to use channels 1 and 2 of the SD24 atod for the msp430afe253 chip. I am reading channel 0 ok but what I am reading for channel 1 doesn't seem right. I am wondering if you could look over...
View ArticleForum Post: RE: MSP430FR5736 and ADC10_B
Sorry. Ignore me. I'm being a dumbo. Was looking at 573x datasheet. Table 3-1 confirms that the adc is not present in the 5736 device.
View ArticleForum Post: RE: Help to review a schematic with MSP430
(Please visit the site to view this file)(Please visit the site to view this file)Hello I have read about BJT transistor and i understand better why NPN and PNP now. So I have made some replacement and...
View ArticleForum Post: RE: Help to review a schematic with MSP430
LED forward voltages have large production variations, and 20 mA is probably too bright with any modern LED. Be prepared to adjust that resistor. VCEsat is smaller than 0.7 V; you probably read the...
View ArticleForum Post: RE: MSP430F5529 to Maxim 31865
For chip select, how would I configure the MSP 430 to have a CS signal going to each of five identical MAX31865 slaves?
View ArticleForum Post: RE: MSP430F5529
That version includes MSPDRIVERLIB 2.60.00.02. The latest incompatible change was with the major version bump to 2; try 1.97.00.19. Alternatively, port the source code to the new API. Or just use the...
View Article