E
Ed Lee
Guest
On Sunday, June 12, 2022 at 5:56:13 PM UTC-7, Ricky wrote:
Yes, that\'s the point of pin change interrupt. As long as you have the trigger pins (if not all) on the rows or columns of a matrix, it will wake up on any key. This is a very common feature on almost all micros: msp430, avr, pic, etc.
> I was actually hoping to hear from some people who design products that sell millions and only have a need for a very limited processor, like a 4 bit device. There was one guy in particular who used to post here and designed toys. He talked about design reviews removing a resistor they felt was not important enough to retain because of the cost.
As you said before, the price difference between 4 bits and 8 bits will be overwhelmed by setup, programming, testing and packaging costs. Unless you are ready to commit to 1M OTP parts now, you have to worry about them still available when you are ready for volume. When customer says they will buy hundreds of thousand, we usually go with 10k batch to start.
On Sunday, June 12, 2022 at 6:58:57 PM UTC-4, bitrex wrote:
On 6/12/2022 6:33 PM, Three Jeeps wrote:
On Saturday, June 11, 2022 at 2:12:10 PM UTC-4, Ricky wrote:
So anyone have knowledge of truly low cost/low power MCU devices? I found this company.
http://upt-ic.com/en/index.aspx
They have a line of 4-bit MCUs. Can\'t find a way to get prices unless I call them. I expect that would not be very effective.
--
Rick C.
- Get 1,000 miles of free Supercharging
- Tesla referral code - https://ts.la/richard11209
I personally don\'t see the need for a 4 bit cpu. I see them as costing approximately the same as 8 bit cpus because they are a \'specialty\' device. My past designs were with the TI MSP430 or the microchip. you may want to check out stmicroelectronics - STM32g031 @ $1.80 USD in 100\'s is pretty cheap. Suppose you find a 4 bit @ <$1.00 USD, I suspect the additional cost of tools and time to program will easily offset the cost.
I don\'t know all your requirements so pls take these suggestions as just that. You may have already checked them out.
J
I don\'t see much power-saving advantage to a 4 bit CPU, either, modern 8
bit microcontrollers can be put into sub-uA sleep waiting on a pin
change interrupt.
Can they be put to sleep waiting for any key on the keypad to be pressed? I\'ve just never seen a device that had that flexibility.
Yes, that\'s the point of pin change interrupt. As long as you have the trigger pins (if not all) on the rows or columns of a matrix, it will wake up on any key. This is a very common feature on almost all micros: msp430, avr, pic, etc.
> I was actually hoping to hear from some people who design products that sell millions and only have a need for a very limited processor, like a 4 bit device. There was one guy in particular who used to post here and designed toys. He talked about design reviews removing a resistor they felt was not important enough to retain because of the cost.
As you said before, the price difference between 4 bits and 8 bits will be overwhelmed by setup, programming, testing and packaging costs. Unless you are ready to commit to 1M OTP parts now, you have to worry about them still available when you are ready for volume. When customer says they will buy hundreds of thousand, we usually go with 10k batch to start.