Other Parts Discussed in Thread: MSP430F1101AMSP430F1101A
I would like to set almost all of the 16 interrupt vectors to point to one function, but I dont want to do 16 of:
interrupt [n] void isr_n(void)
{
}
where "n" is the vector offset..because…
Other Parts Discussed in Thread: MSP430F1101A Hi,
I am trying to read data in the information memory using the MSP-FET430UIF. I am calling the MSP430_Memory function in the MSP430.dll with a simple program develop in Labview, but I have no luck with it…
Other Parts Discussed in Thread: MSP430F135 , MSP430F1101A Hi all My design is a simple communication system with tx and Rx. I am transmitting data based on the key pressed on the remote. I have designed a look up table from which it picks up information…
Other Parts Discussed in Thread: MSP430F1101AMSP430F1101A
The processor keeps locking up. On further investigation, it appears that two unexplained phenomenon occur:
1- sometimes, after power is applied, the cpu enters an infinite loop where the WDTIFG…
Other Parts Discussed in Thread: MSP430F1101A Setup is:
MSP430F1101A
Internal DCO at wakeup then switch to external 4.096MHz crystal.
AQ430 C compiler/IDE
MSP-FET430UIF
This processor keeps getting locked up. I've added all kinds of pin wiggles to…
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…
Other Parts Discussed in Thread: CC2640 , CCSTUDIO , CC2538 CCS not detecting installed compiler tools in Windows Docker container for CI build Hello all BACKGROUND: I'm trying to set up a CI build for a CC2640 processor using a Windows Docker container. I…
Hello Pavel,
EDIT: I didn't read past your first error. You already did this, and I didn't notice.
Pavel Hristov said:
We tried adding the following lines in io.h
#elif defined(__ MSP430F6726 __) #define __MSP430_6726__
For your first error, you…