Other Parts Discussed in Thread: MSP430F5325 Hi,
I am writing a code that has many mathematical operations such as multiplications, divisions, cosine, sines, etc. Due to the amount of operations, the MSP430F5325 resets in the middle of the code. Code Composer…
Your problem is threefold:
- How to generate your code in a way you can load and execute it
- How to organize your code, so you know what to load from where
- How to store and load your code
For load/store, you have several options. All have one thing…
Other Parts Discussed in Thread: MSP430F5325 , TAS5548 , PCM9211 Hi All,
i m using msp430f5325 as a master and use 2 slave ic's 1- pcm9211 2- tas5548. in data sheet of msp430, 2 i2c show so i want to know that it is possible to work with both i2c. i want…
Other Parts Discussed in Thread: MSP430F5325 Hi,
I just switched from IAR to CCSV6 for our development on MSP430F5325 controller.
Same code compiled and linked properly on IAR but with GNU v4.9.1 or TI v4.4.4 i am getting linker error at the bottom. I found similar issue been posted , but not a…
Hi,
Using MSP430F5325 , we know that ,Generally ADC12 start sample and convert the signal in sequence (A0,A1,A2...)depends on ADC12CSTARTADDx --> ADC12_A conversion start address bit. So in ADC12, is it possible to sample and convert the signal as per user…
Other Parts Discussed in Thread: MSP430F5325 Hi,
I am using MSP430F5325 for my project. I have few queries.
1. Does internal RTC runs on DVCC or AVCC.
2. Apart from manual reset on reset pin/watchdog reset,Is there a Software reset command to reset the…
Other Parts Discussed in Thread: MSP430F5325
I have implemented TRMS measurement for 3 Phase 4 wire system( using MSP430F5325) for all the voltages, currents, frequency ,active power , reactive power,apparent power, Power factor ,phase angle. I am sampling…
Other Parts Discussed in Thread: MSP430F5325 Hi all, I am trying to interface customized LCD Though NXP driver PCF 8578 and microcontroller MSP430F5325,by using SCL And SDA Lines of driver and controller. I want to use 1:16 multiplex rate ,uptill now I am…
Other Parts Discussed in Thread: MSP430F5325 , MSP430F5333 , MSP430F5335 , MSP430F5336 , MSP430F5338 Hi all,
I want to use inbuilt RTC of the MSP430F5325 micro controller, In this micro controller RTC-A is present i can use it during supply available but when…
Other Parts Discussed in Thread: MSP430F5325 Hi ..
We are developing our product using MSP430F5325,we want to stored accumulated energy count in EEPROM, so our questions are
1) Is it possible to store accumulated energy count in ROM of MSP430F5325 ??
…