Forum Post: RE: lmt70evm source code
Thanks Ryan. I didn't know about the 1.5v ref, something for me to look at. And yes I will ask in the the sensor forum, thanks for you help. Yours Simon M.
View ArticleForum Post: RE: MSP430F2618 SPI slave not syncing with master clock
Thanks for the reply, but last night I was able to get the code sorta working- part of my problem was that the slave wasn't latching to the falling edge of the CS line- you can see in my slave code...
View ArticleForum Post: RE: Old Cow Yellow Celebration Week - Thank you from all of the...
Thank you everyone! I am honored and humbled by your kind words. -- Old Cow Yellow
View ArticleForum Post: RE: XT2 Clocking frequency problem in MSP430F5310IPT
27 MHz MCLK / SMCLK for MSP430F5xx is not a problem. If you are measuring 9 MHz at P4.7 than something is wrong with crystal or setup code. Download TI source code examples for your device and check...
View ArticleForum Post: RE: Printf() in IAR EMbedded Workbench
Hello, How one can see the outcome of Printf() in order for me to debug my C code on IAR for the cc2540 ? I use the instructions in this link (statusbits.wordpress.com/.../) but it doesn't work for me,...
View ArticleForum Post: RE: Msp-fet430 with different processors of same class
And you can confirm that the MSP430F1232 is a new, working device which has not been tampered with? Can you verify correct operating voltage at the Vcc pin? Do you have any other F1232 devices to test?...
View ArticleForum Post: RE: Msp-fet430 with different processors of same class
I have new F1232 chip, i can test that on monday and will let you know the result. Attached are the msp4302132 and msp431232 chips
View ArticleForum Post: RE: msp432 launchpad code composer question
Hi Robert, [quote user="robert schaefer"]Where is the code running when I use code composer on the msp432 launchpad, in RAM or in FLASH?[/quote] You can run the code in RAM or in FLASH. By default it...
View ArticleForum Post: RE: CapTIvate - Latency of touch event
>What I want to know are below; Best way to get such kind of information - measure it yourself. It is not that hard actually
View ArticleForum Post: RE: MSP432 UART current consumption
Hola Federico, I'm looking into the matter and trying to get your request to the right team. If I do not hear from them by Monday I'll get you an estimation by then. Thanks, David
View ArticleForum Post: question on demo flash_program_memory, user guide of no help here...
Hi, This demo and the documentation leave a lot to be desired for an apps programmer. The statement: -> MAP_FlashCtl_unprotectSector(FLASH_MAIN_MEMORY_SPACE_BANK1,FLASH_SECTOR31); Is followed by the...
View ArticleForum Post: Increasing Clock Speed Invalidates Digitally Signed Drivers
Trying to increase the clock speed within the USB examples to match my board layout but then the digitally signed drivers are invalidated. Can anyone direct me to how I can fix this issue? My board is...
View ArticleForum Post: RE: Increasing Clock Speed Invalidates Digitally Signed Drivers
Most probably this is not about validity of drivers but about your new clock settings rendering USB peripheral inoperable. So you shall tell more about what exactly you are doing with clock speed -...
View ArticleForum Post: RE: Increasing Clock Speed Invalidates Digitally Signed Drivers
So the standard configuration (similar to the Launch Pad for the MSP430F5529 ) comes with a 4MHz clock on XT2, we are trying to increase that speed by replacing the 4MHz clock with an 8MHz clock and...
View ArticleForum Post: RE: question on peripheral library and launchpad demo project...
Hello Robert, All of the verification requirements are handled within the FlashCtl APIs themselves. The verification/read mode APIs are made available to enable power users to write their own flash...
View ArticleForum Post: RE: Increasing Clock Speed Invalidates Digitally Signed Drivers
>we then don't get the board recognized by Windows. Even when using the most basic of USB example programs. If you don't change most basic of USB example programs accordingly to reflect 4 → 8 MHz...
View ArticleForum Post: RE: question on peripheral library and launchpad demo project...
I'm just trying to run the demo you provide to users. Note that there is one sector enabled for erasure in the flash_program_memory demo, and that demo returns almost immediately. Here's my settings:...
View ArticleForum Post: RE: ADC12's negative VeRef- usage
thank you both for your replies. I have both a battery monitor and a sensor with a DC offset I wish to read. The DC offsets make most of the ADC's usable range in the upper 1/4 of the ADC counts....
View ArticleForum Post: RE: Increasing Clock Speed Invalidates Digitally Signed Drivers
I am prototyping a device using an MSP430 with USB support. I am using TI’s Descriptor Tool to generate the device drivers for my prototype which falls under the category of a CDC device. I can program...
View Article