Running a 5v PSoC at 3.3v

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I've been trying to get into contact with a Cypress engineer, but 2 hours on the phone system got me nowhere, so I'm posting this here.

   

I've been fooling around with a system that utilizes three CY8C29466-12PVXET PSoC1's running at 5v.  I didn't handle the programming for that system, so I don't know exactly how the chip's resources are being utilized, but I ran the system with a 3.3v supply for unrelated reasons and noticed that they were still functioning perfectly.

   

I'm guessing that the M8C core runs on 3.3v internally anyways, and that that particular design did not make much use of any of the configurable blocks, which probably require the 5v supply.

   

 

   

Is there any validity to running these 29466's at 3.3v?  I'd also like to know (if this is even possible) what effect lower voltages would have on their operation up near their max operating temperature at 125C.

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The PSoC chips can run on the given voltage range up to 5V maximum. The only downgrade when the programming did not specify the operating voltage are clock precision and max operating frequencies.

   

So it is not guaranteed that every project will run at a different voltage as the design says over the whole temperature range.

   

Better solution would be to get hands on the sources, change the definition for the operating voltage and check for any errors or warnings when building the project anew.

   

Operating a chip at max temperature will reduce the allowed power dissipation, so do not use much IO-current in that cases.

   

 

   

Bob

View solution in original post

0 Likes
3 Replies