Forum Post: RE: MSP432 LaunchPad V2 with EDUMKII running Keil uvision V5.20...
Hello David, Your solution resolved my blank LCD. Thank you very much, Morris
View ArticleForum Post: RE: MSP432 DMA Source Mapping
Its been 5 days..... any progress? in particular I would like to know the details of what the actual inputs to the mux that drives the dma_trigger for a particular channel... there are 8 channels. Each...
View ArticleForum Post: MSP430FR5859 eUSCI I2C slave rise/fall time spec.
Hi all, My customer is asking for the rise/fall timing specification of MSP430FR5859 eUSCI I2C slave mode, I don't find this information on datasheet. Picture below is the I2C slave timing...
View ArticleForum Post: RE: MSP430FR5859 eUSCI I2C slave rise/fall time spec.
I2C bus is open-drain structure. The rising/falling time is mainly determined by the pull high resistor and loading (capacitance).
View ArticleForum Post: RE: How to Proper Call an Interrupt within a Function
Kyle, Your program should probably look like this: main () { // ... configure your hardware here while (1) { // loop forever // check status of input // some logic if (counter > 50) { // this is...
View ArticleForum Post: RE: When Compiling with GCC, getting this error: msp430-elf-gcc:...
David, This is the first time I see and hear that BSL projects are only supported in IAR or CCS only, is that in the specification somewhere?
View ArticleForum Post: RE: Help to convert BSL430_Low_Level_Init.asm to C
Hi, [quote user="Silver Diamond"]Is it possible to write the Low_Level_Init.asm contents in C?[/quote] It should be possible with some limitations, but I'm confirming this. [quote user="Silver...
View ArticleForum Post: RE: How to Proper Call an Interrupt within a Function
Again, thanks for the reply. The section of code that I included is part of a much larger project that nearly uses all available memory. I'm just working on one section for learning purposes/practice....
View ArticleForum Post: RE: How to Proper Call an Interrupt within a Function
OK, your logic makes sense, what you say is possible. So the hardware will kick off the ISR, and in the ISR you can have little logic to make it happen. Good luck...
View ArticleForum Post: RE: Problems faced in getting started with TIDA-00120 Solar MPPT...
I have programed the board with launchpad msp-exp430g2 . i have the connected but unresponsive GUI. what i am doing wrong
View ArticleForum Post: RE: MSP430FR5735 I2C Master receive problems using DriveLib for a...
Hi Gordon, On my test setup I will sometimes see issues until I add the following line before EUSCI_B_I2C_masterReceiveSingleByte(): EUSCI_B_I2C_clearInterrupt(EUSCI_B0_BASE,...
View ArticleForum Post: RE: ez430-f2013 - writing flash from a visual studios app.
in case anyone cares I solved my problem using the MSP430 Flasher - Command Line programmer. I can run the flasher from my C# Visual studios App.
View ArticleForum Post: RE: Help to convert BSL430_Low_Level_Init.asm to C
So after reset the RESET_VECTOR isr is executed, I should be able to do this, correct? // ---------------------------------------------------------------------------- #if...
View ArticleForum Post: RE: MSP430F5152 BSL Data Transmit Pin
See my posting https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/478437 .
View ArticleForum Post: 20-Bit address msp430fr5994
I trying to make a pointer out of a long int.. on the msp430fr5959 this code works char * Flash_ptr = (char *) 0x10000; but when i try this line on msp430fr5994 i get this error Description Resource...
View ArticleForum Post: RE: Getting started with the MSP-EXP430G2
Ryan, I installed the Lite FET-Pro430. I opened it up set the Group and part fields. I am reading the User Guide now as I am not sure what to do with this tool. I did click a few buttons and get a...
View ArticleForum Post: RE: Old code does not compile with latest CCS and MSPWare...
Hey David, I am getting the same compilation errors I was getting earlier when I tried to use latest versions of CCS and MSPWare . I have the following versions installed currently : CCS 6.1.3.00033...
View ArticleForum Post: RE: 20-Bit address msp430fr5994
Ok i got it. had to change to large code memory model.. dont know why that worked.. but it did
View ArticleForum Post: MSP430 Changings configuration target gives me memory linker issues
Hi Team, I'm trying to get "MSP430_ bq26100 " from the following zip file to work on a MSP430G2553 because that is the only board I have available. I am using CCSv4 because CCSv6 didn't have...
View Article