Forum Post: RE: f2833_x_boot_rom example project won't compile without errors...
Charles,are you building a flash based boot loader? is the use case - device will always boots to flash and starts your boot loader in flash? which peripheral you would want to use to boot load...
View ArticleForum Post: RE: MSP430 FRAM EEPROM Data to SPI
I think in your case you should write it in C.A good function boundary would probably be handling the entire SS assertion. For example, in main() you do the WAIT_FOR_END part and the START part. But...
View ArticleForum Post: RE: Ek-LM4F120XL UART_1 Configuration Issue
So I finally was able to get back to this project yesterday, and the PD7 and NMI unlocking totally did the trick (after I figured out how to do it, ha.) I'm attaching my working code in response, as to...
View ArticleForum Post: Comparator in msp430g2553
I tried using the comparator in g2553 to compare two voltages one connected to the -V (i.e. Vref @ 0.5Vcc internally connected) and the +V gets the signal externally from pin P1.1. Heres the code ( its...
View ArticleForum Post: RE: Best practice for accurate square wave generation?
Thank you very much, my problem was CLLD and CCTL1.
View ArticleForum Post: RE: UPCS0 bit in USBPLLCTL in usb.c
Hey so I ran into this problem as well. I changed UPCS0 to UCLKSEL0, but I'm still unclear on this. Is UPCS0 a mistake in the USB code and it really should be UCLKSEL0. Also, I've got a board which...
View ArticleForum Post: RE: PWM encoding 8 bits command
Thank you, Angela.Also, in my previously post I did an error. The number i want to encode is the number that I wrote in the vector (1001101010), NOT the number 1000100000. Best regards,Florin
View ArticleForum Post: RE: F28M35x difference between two instructions
Hi again,Why don't you urself check it out? and share the results :)Regards,Gautam
View ArticleForum Post: RE: ı have intersting problem with uart g2553
By not reading the RXBUF, you aren't clearing the RXIFG, so it keeps triggering forever. See slau144i sec 15.3.15.2.
View ArticleForum Post: RE: Error initializing emulator: The voltage 1162 value is not...
[quote user="Scott May"]I click to debug, code compiles fine and then I get the error: Error initializing emulator: The voltage 1162 value is not correct/allowed for the USB FET[/quote]I suspect a...
View ArticleForum Post: RE: F28M35x dma_ram_to_ram routine
Hi!It seems you are balled-up.1024 is the size of DMABuf 1 & DMABuf 2. Each "DMABuf" consists of 1024 elements of Uint16 type. Uint16 type has the range of value 0x0000...0xFFFF.Regards,Igor
View ArticleForum Post: RE: Trying to add a simple global.h file to an interrupt source file
Did you try "global.h" rather than <global.h>?Back in 1975, the distinction was pretty clear, but now it's not so much. When faced with this kind of thing I automatically try both.
View ArticleForum Post: RE: error#10234-D (CCSv5) MSP430F5529
[quote user="David Platillero"]Is there an external library that I need to be linking against, or some workspace options that need to be configured for the linking to work properly?[/quote]The...
View ArticleForum Post: RE: Problem with calling functions from ROM
These type issues always frustrate - appear to have no basis. (we feel your pain)Being "out of my league" re: CCS - perhaps a general "attack" may yield benefit:a) Is this your own, custom project?...
View ArticleForum Post: Chip selects, Write Enables, Byte enables on RM48L952 EMIF
Hi..I am using an RM48L952 arm core controller.It has a 16 bit data bus for external access. I use the 16 bit data bus to access different on board memories like flash, fram, etc.I have configured the...
View ArticleForum Post: RE: Can't receive data with uart0
[quote user="Gina Lutz"]SW-DRL-UGxxxx...my best friend...occasionally I mix up everything [/quote]So do we. Practice, thoughtful repetition and "summary sheets" which detail the top 10-20...
View ArticleForum Post: MSP430F5522IRGC driving 10inch long I2C bus
Hi!I have such a question to you: do you think that MSP430F5522IRGC is able to drive 10inch long I2C bus? There is only one slave attached at the and of the bus. Operation voltage is 3V3. What should...
View ArticleForum Post: RE: MSP430F2012: SPI slave no interrupt?
Just before you posted I found out myself, that I have to reset the counter to the amount of bits I want to be read next transfer.I will start using the CS for the purposes you mentioned, thanks for...
View Article