Forum Post: RE: MSP430F5528: USB BSL Source code examples
BTW, if you want to modify only XT2 value, you can export BSL binary from device, find default 4 / 8 / 12 / 24 constants with timer capture intervals, change one for your XT2, and write it back.
View ArticleForum Post: RE: MSP430F425: ENTERING AND EXITING LPM3
Well if the device is not powered then you don't have to worry about entering a LPM since the device will not be on in the first place. It will then restart operation once it receives power again. The...
View ArticleForum Post: RE: IQMath Source Code
You propose TI to reveal competitive non-disclosed intellectual property only because you probably want to have some more free kB on your FLASH memory? This appears to be like a one-way deal and it...
View ArticleForum Post: RE: MSP430F5528: USB BSL Source code examples
Hi Christian, So you are not even able to build the original project as downloaded? This sounds like a IAR compiler issue where your version is different from the original build. I suggest you try...
View ArticleForum Post: CCS/MSP432P401R: systick_interrupt_gpio_blink Example Only Works...
Part Number: MSP432P401R Tool/software: Code Composer Studio Hello Everyone, The systick_interrupt_gpio_blink example project found under the Driver Library examples in MSP432Ware works great for me...
View ArticleForum Post: RE: IQMath Source Code
[quote user="Alexey Bagaev"]You propose TI to reveal competitive non-disclosed intellectual property only because you probably want to have some more free kB on your FLASH memory? This appears to be...
View ArticleForum Post: RE: MSP430F4250: Crystal capacitance and disassembly
Hello Aswin, The device family under which the MSP430F4250 falls is noted in SLAA322 as being one of the more sensitive in regards to crystal start-up and drive maintenance. The load capacitance...
View ArticleForum Post: RE: MSP430F5528: USB BSL Source code examples
zrno soli I use a 4 MHz external oscillator at XT2IN with ENableline at P5.3-, so i have to bypass internal XT2 oszillator
View ArticleForum Post: RE: IQMath Source Code
Well, you are really rude. If you read my first post, you would have seen the reason I asked. They gave us the source for driverlib, so I was wondering if there is anywhere I can find the source for iq...
View ArticleForum Post: RE: MSP430F5528: USB BSL Source code examples
Yes I am using IAR Compiler 6.30.3 and i tried to compile with unchanged (out of the box) sources; with the mentioned result. In DEBUG mode it builds, but not in RELEASE mode to get some *.txt file
View ArticleForum Post: MSP430FR5869: The VIT+ and VIT- value under 1.8V
Part Number: MSP430FR5869 Hi, customer's MSP430FR5869 is powered by 1.8V system, they wnat to know the GPIO Digital Input data "VIT+" & "VIT-" based on 1.8V condition, but datasheet only shows 2.2...
View ArticleForum Post: RE: MSP430F5528: USB BSL Source code examples
There is no internal XT2 oscillator. By default, the USB BSL code is designed to detect the presence of 4, 8, 12, or 24 MHz on the XT2 pins and programs the PLL accordingly. www.ti.com/.../slaa452c.pdf...
View ArticleForum Post: RE: IQMath Source Code
One day you'll find that no one valued your intellectual property for a particular R&D, no one respect it, because it is available freely. That day would be in the future, but you'll never go back...
View ArticleForum Post: RE: MSP430F5528: USB BSL Source code examples
The project was most likely only tested in debug mode so none of the release mode settings correctly optimize the program. I would suggest you build in debug mode or find the differences between the...
View ArticleForum Post: RE: IQMath Source Code
[quote user="f. m."]BTW, was this other field too boring ? Nice to see you back, though.[/quote] This field needs time and constant concentration. I didn't want to interfere here, but there is still...
View ArticleForum Post: RE: MSP430F248: MSP430F248 assembler: Enable Interrupts (EINT)...
Hi Jace, can you share more details on the CPU19 bug? (per PN or under NDA if required) If the CPU19 bug is hard to reproduce that would match my observations: insert some instructions at a non-related...
View ArticleForum Post: RE: MSP430FR5869: The VIT+ and VIT- value under 1.8V
Hi erik, These can be estimated through linear interpolation: e2e.ti.com/.../314000 e2e.ti.com/.../128940 e2e.ti.com/.../2021905 I hope the customer has already taken into account the VSVSH+ required,...
View ArticleForum Post: RE: MSP430F248: MSP430F248 assembler: Enable Interrupts (EINT)...
Lo, There is not much I can add about the CPU19 errata, especially when it comes to MSP430F148 as it has never been confirmed to be seen on that device. In either case, if you follow the workaround in...
View ArticleForum Post: RE: Compiler/MSP430G2553: how to correct program to MSP430G2553...
Hello, Please provide the memory contents of the MSP430G2553 device before and after attempting to program, as well as the binary code image you are trying to download. Segment A (0x10C0 to 0x10FF) is...
View ArticleForum Post: RE: MSP430FR5959: Using LEA
Ah I see now. I was reading the MSP430FR59xx User's Guide when I should've checked my particular part's Data Sheet instead. Sorry!
View Article