Forum Post: RE: using ez-fet to program a different target
Thanks Mike, This helps to some degree. I did not realize it was a spy-wire connection. I was putting more time into the Uart Connection. I will just disconnect those lines and focus on SBW RST and SBW...
View ArticleForum Post: RE: MSP GANG programmer: how to blow fuse programmatically
Hi Gorazd, You are using C# with the MSP-GANG .dll for your main programming and testing, correct? But then you separately call a .bat file to have the MSP-GANG executable open a project file and then...
View ArticleForum Post: RE: using ez-fet to program a different target
Chris, I assume you are asking about the crystal connected to the device being programmed, and not the one on the eZ-FET, correct? If so, then no, that crystal is not required for programming the...
View ArticleForum Post: RE: Launchpad acts differently when in debug mode vs battery powered
So I've made adjustments to my code per the suggestions above and I am running into the same, original issue. To restate that issue, powered via battery with the motors running, the code will...
View ArticleForum Post: RE: Launchpad acts differently when in debug mode vs battery powered
That was me by the way, accidentally signed into a different account.
View ArticleForum Post: RE: MSP430 HID Datapipe detection delay in Android
Yes. Detection of the device when it is running example H8 is very fast (basically immediate). So this slow detection seems to be somehow specific to the HID datapipe interface. I don't know a lot...
View ArticleForum Post: RE: Two Timers running parallel in MSP430F5529
Part of your code says: TA0CCTL0 = OUTMOD2 + CCIE + OUT; // CCR0 interrupt enabled TA0CCR0 = 100; // TA0CTL = TASSEL_2 + MC_1 + TACLR + TAIE ; // SMCLK, contmode, clear TAR TB0CCTL0 = OUTMOD2 + CCIE +...
View ArticleForum Post: How to reduce the size of app code and bootloader
Hi, Can anybody please suggest how can i reduce the application code that is around 62 KB because i need to add the bootloader code(it is having 14 KB) too in the memory. MSP430fr5969 have 64 KB of...
View ArticleForum Post: RE: RF430FRL152H Level Translator Circuit
Put translators schematic here. I'm afraid that you are messing with different delays introduced by translator on JTAG lines.
View ArticleForum Post: MSP430FR6989 Ultra Low Power Debug
Greetings, everyone! I'm using MSP430FR6989 and when trying to put a breakpoint in my code I get the error message: "EEM module not accessible while running in Ultra Low Power Debug Mode - Deactivate...
View ArticleForum Post: RE: MSP GANG programmer: how to blow fuse programmatically
[quote user="gorazd kovacic"] Are there any fast alternatives that can be automated? Running bat file with MSP-Gang .exe -prj blowfuse.mspgangproj lasts 4 seconds to only open the program (blowing fuse...
View ArticleForum Post: RE: How to reduce the size of app code and bootloader
According to me experience, here are some suggestions for you: (0) Look at the memory map file (*.map) to check which section takes too much size. (1) Use simplified printf() or don't use it at all....
View ArticleForum Post: RE: MSP430FR6989 Ultra Low Power Debug
There is no "WHY". This is how the debugger designed to do. It doesn't allow you to set breakpoints if the target is running when the option is enabled. But you can still set a breakpoint if the target...
View ArticleForum Post: RE: How to monitor battery voltage for MSP430F5528?
Obviously there are some errors in your program. (1) Please look at the default value of REFCTL0, REFMSTR=1 and REFVSEL=0. So, REFOUT is controlled by ADC module and REF voltage = 1.5V. You have to set...
View ArticleForum Post: RE: Designing a system using msp430 uC
You probably need a hardware engineer to help you design the circuit.
View ArticleForum Post: RE: MSP430G2553 SPI with MCP23S17
Hi Dennis! You are right about this! That is very important nuance. My timing for now was just lucky. I also found a statement in family's guide about TXIFG set. Your suggestion works very good with...
View ArticleForum Post: MSP430 + IAR Simulator
Hi, I installed IAR Embedded Workbench and using IAR simulator for msp430f5529 . At the start of simulation gives an error: "User error: Illegal opcode found on address 0x0." Initial settings in the...
View ArticleForum Post: RE: MSP430 + IAR Simulator
You probably did not load the memory of the simulator. It assumes the they are all 0's -- including the Reset Vector. These the simulator tried to execute the instruction at address 0x0 and found 0x0...
View ArticleForum Post: MSP-TS430PN80 Evaluation Board
I just received a TI MSP-TS430PN80 evaluation board. It came with four 20 pin single row headers (.025 in square posts) to connect it to a carrier boards with the rest of the circuit needed for testing...
View ArticleForum Post: Question about MSP430G2744 USCI MODE
I have some question about MSP430G2744 USCI mode. In parametrics, it has 1 I2C, 1 SPI and 1 UART. Is it possible if i can use all 3 of them in same time. and other question my project need to use 2...
View Article