2022-03-15 08:57 AM
Is there a way to use 1.8V NAND Memory Chip using Quad SPI GPIOs in STM32WB55 Nucleo Pack?
Solved! Go to Solution.
2022-03-15 09:53 PM
Finally, I was able to convert the board to have 1.8V in GPIOs.
The idea is based on the user manual's Power management instruction, wherein to take in external 1.8V supply and bypass the PM components related to USB voltage input.
2022-03-15 11:52 AM
Looks like the board is designed to run the chip from 3.3V, which is much too high for the 1.8V chip.
No doubt it could be done with a level shifter between the two or other hardware modifications to make the board run from 1.8V, but it would not be easy. It's possible other chips are expecting 3.3V and changing VDD will break their functionality.
2022-03-15 12:05 PM
There is a 1.8V pin in the Nucleo Pack, and there is also a VDD for the STM32WB55.
Can that that 1.8V be connected to VDD (or Reference pin) so the GPIOs will be on 1.8V?
If not possible, what Level Shifter off-the-shelf board can you reco (fast shifting up to 40MHz at least).
Thanks in advance.
2022-03-15 12:11 PM
For the level shifter, is this viable? TXB0108?
2022-03-15 12:16 PM
Here is my wired NAND Mem Chip to the Nucleo Board Pack:
2022-03-15 12:31 PM
2022-03-15 09:53 PM
Finally, I was able to convert the board to have 1.8V in GPIOs.
The idea is based on the user manual's Power management instruction, wherein to take in external 1.8V supply and bypass the PM components related to USB voltage input.