Other Parts Discussed in Thread: MSP430F47187 Hello All,
One of our client is using MSP430F47187 for Utility Energy Metering application.
Some how they are facing shortage of internal FLASH of MSP430F47187.
If we have external Serial FLASH(SPI)…
Hi Matt,
Thanks a bunch!!
Sorry, I did not think to check the datasheet. Yes you are right. It does appear P2IN should have the correct voltage levels irrespective of whether the module or IO function has been selected.
Best regards
Aniruddha
George Mock said: Please consider writing it this way ... I think the original poster wanted a constant array of pointers to constant strings, in which case suggest use the following form which means the message_table array is placed in the .const rather…
BasePointer said: static bool EE_ReadBuffer ( u32 Adr , void * DataPtr , u16 size )
Can anyone please tell me why I need 'DataPtr' to read from the EEPROM?
Hello G89,
Your SPI initialization looks correct, one suggestion I would make is to change the operator in lines 7-8 from a bitwise OR to an equal (from "|=" to "="). This is simply logistical and most likely not resulting in the problem you're seeing…
eric krieg said: We had a much older MSP430F47187 part placed on the board, but that had no better results.
So it's problem of new board, right? Do you output reference voltage to pin? - Check everything regarding reference.
Other Parts Discussed in Thread: MSP430F47187 Hello, everyone.
We faced a problem with MSP430F47187 MCU. USCI_A in UART mode, UCMODEx=00; Baudrate = 9600 (register's values taken from table 19-4 of slau056j.pdf); program is simplest - just one interrupt…
Other Parts Discussed in Thread: MSP430F47187 hi,
We have a problem with RTC not working on a MSP430F47187.
Sometimes, (I have found no real raison, but sometimes at PowerUp, sometimes after flashing device and reseting by tool), RTC is not counting…
Other Parts Discussed in Thread: MSP430F47187 I am Using IAR Embedded work-bench. I did project for MSP430F47187 in this compiler. My projects code is successfully compiled in IAR. But when I download this code to controller. the controller is not response…