I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…
Part Number: DLPC3479
Tool/software:
Dear
I am checking the TI's EVM schematic to make our hardware.
Q1) All GPIOs&TSTPs have an I/O voltage level of 1.8 V.
Although the 3.3 V power selection resistor is DNI (Do Not Install), looking at the…
Part Number: DLPDLCR4710EVM-G2 Hi Team,
Can you find the BOM for the DLPDLCR4710EVM-G2?
I need to see what part number of Y1, attached the schematic.
I think I’m ok with the selection of the crystal, but I want to compare to what TI selected.
…
Part Number: TIDA-00626 Other Parts Discussed in Thread: LMK61E2 , , LMX2592 Respected,
I am working on the reference design of TIDA-00626 and facing some issues. I want to know the importance of onboard oscillator ie Y1 and Y2 in the reference design…
Hi Paul,
I use the MSP430 product selection page from https://www.ti.com/microcontrollers-mcus-processors/msp430-microcontrollers/products.html and save all parts in the spreadsheet. I use the filters to filter out parts. There are quite a few that…
Hi Akash,
The erase check and TX BSL version commands are members of the standard command set in BSLs V1.50 or higher but excluding 2.x BSLs. The MSP430G2544 is BSL Version 2.02, ergo no TX BSL version command support for this device.
You can go through…
So I just found something interesting! I have a PC with a clean install of win10, and I installed CCS 11.2 with the command line "--mode unattended --disable-components PF_MSP430,PF_MSP432"
And then installed the arm compiler and tried to use the…
V6MSP430.dll.txt V7MSP430.dll.txt Hello Jace,
The first file is V6 DLL and second file is V7 DLL. I had to add the .txt extension since uploader won't allow .dll
Dave
OK, got an .rl file. See attached.
The line in question in this file is line 42960, __bis_SR_register(GIE). If you look, it replaces that line with the following:
__asm__ __volatile__ ("bis.w %0, SR { nop" : : "ri"((unsigned int) (0x0008)) );
Which…