This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi forum,
Two quick questions, processor MSP430F4132, 125 lcd segments driven, one SPI port used, one I2C port used (appear to not be conflicted),
1. Port pins P1.6 and P1.7 appear to be free of LCD drive and available for interrupt use. Only two interrupts are needed for this design, which is non-life threat and very low key. Are these interrupt lines actually available for use?
2. How long does it take in uS to start the interrupt program, release the interrupt line, increment one binary number, change it to bcd, and send it to the LCD register?
Thank you in advance, and have a great day!
Robert.
Thank you for the quick reply.
Let's assume 1Mhz to keep things low power, and only guessing within an order of magnitude. Also assume the only program running is looking for these two interrupts!
Therefore, as above, service the interrupt, increment a register, convert to bcd, and write to LCD register. 10uS? 100uS? 500uS? 1000uS? 2000uS? 5000uS?
I'm just trying to figure out if this design should stay discrete, or would it be better off with a processor. I'm a hardware guy, but have done a lot of programming. I just need someone with experience with these processors to get me in the ballpark.
Thank you very much,
Robert.
**Attention** This is a public forum