Forum Post: RE: Cannot initialise an array in uVision with msp432!
[quote user="Stanislav Ossovskiy"]When I launch the code it turns out that instead on 15s, all the elements in the declared array are zeros and some garbage!! [/quote]I don't use uVision, but guess...
View ArticleForum Post: RE: Cannot initialise an array in uVision with msp432!
Thank you for the reply, Chester. Actually I have both those files included in my project. The startup_ msp432p401r _uvision.s file had a reference to a __main function, which was nowhere, so I had to...
View ArticleForum Post: RE: Cannot initialise an array in uVision with msp432!
[quote user="Stanislav Ossovskiy"]The startup_ msp432p401r _uvision.s file had a reference to a __main function, which was nowhere, so I had to "fix" it.[/quote]From looking at the Keil documentation...
View ArticleForum Post: RE: Problems when running the EndPoint code in EZ430-RF2500...
Many thanks for your detailed explanation! It helped me understand the cause of the problem. I followed your suggested changes and everything works fine now with the TI v15.12.1.LTS compiler.
View ArticleForum Post: RE: ccs not update values + keypad implementation into msp430g2
Hello, I will move your post to the appropriate device forum where the experts there can help you best. Thanks ki
View ArticleForum Post: RE: MSP-FET (MSP430: Error connecting to the target: Unknown device)
Michael, In general the errors that say "unknown device" are due to the fact the MSP430 Emulators package is not up to date - i.e., the package does not support your device. Therefore I ask: were you...
View ArticleForum Post: RE: Supplying current with output tied to GND
"without current limiting mechanism the LED may blow up." Yes, the example was for the sake of simplicity. "the LED will always turned on unless the LED or the PORT is damaged" I understand the case,...
View ArticleForum Post: Decoupling Capacitance
Hi, I am working with an MSP430FR5739 , and I would like to know where I can find the values for the decoupling capacitance and if it is possible to reduce it?
View ArticleForum Post: RE: MSP430 USBCDC_handleReceiveCompleted not working?
Hi Luis, You need to re-write your code to make it work properly. Please follow the C4 example or the other examples provided in the developers package. Checking the events and re-setting them once...
View ArticleForum Post: How to calculate the inductance in crystals?
I want to quantify the total crystal error contribution by using the formula used in this application report: but it was not showed here.
View ArticleForum Post: RE: How to calculate the inductance in crystals?
www.ti.com/.../slaa225.pdf
View ArticleForum Post: RE: Decoupling Capacitance
Hi Albert! I'm not aware of a document showing the minimum required decoupling capacitor values. Having 100n in parallel with 10ยต connected to the supply pins is a good value you can work with. Only in...
View ArticleForum Post: RE: Decoupling Capacitance
Hi Albert, Recommended decoupling capacitance is 10 uF + 100 nF as shown in Figure 16-11 of the User's Guide ( SLAU272 ) and Figure B-30 of the Hardware Tools User's Guide ( SLAU278 ). Section 5.3 of...
View ArticleForum Post: RE: Decoupling Capacitance
[quote user="Ryan Brown1"]Section 5.3 of the device Datasheet ( SLAS639 ) notes that the capacitor ratio of VCC to VCORE (CVCC/CVCORE) is 10, and since the capacitance required at VCORE is 470 nF the...
View ArticleForum Post: RE: Supplying current with output tied to GND
The MSP merely connects the pin to ground; it is the job of the power supply to sink or source current in the needed amount. As long as the output transistor's voltage drop would not go below that of...
View ArticleForum Post: RE: Supplying current with output tied to GND
I will put it this way. When an output pin is high and connected to a lower potential, it can stand up to about 40mA flowing out of the pin. When an output pin is high and connected to a higher...
View ArticleForum Post: RE: MSP432P401R SPI questions
Hi Tao, [quote user="Tao Zhang"]It seems SPI_CS is not from the same SPI IP as other SPI signals. Is this correct?[/quote] Yes that is correct. [quote user="Tao Zhang"] Does SPI TI_RTOS driver supports...
View ArticleForum Post: RE: How to measure XT1 frequency by using an oscilloscope?...
Hi Sara, Take a look at the "msp430x54xA_UCS_6.c" code example found in CCS under "TI Resource Explorer" -> " MSPWare " -> "MSP430F5xx/6xx" -> "Code Examples" -> "MSP430F543xA". I've...
View ArticleForum Post: RE: MSP432 Custom Bootloader
Hi Josh, I believe it should depend on who (application or boot loader) is writing to the SCB->VTOR register. In my case the boot loader passes the control to the application who actually writes to...
View Article