2020-11-28 01:55 PM
I selected the LQFP176 package, because the datasheet expresses a 32bit data bus. However, ST development tools are limiting me to 16bit. Has anybody taken the generated 16bit code and expanded it to 32bit or would I be wasting my time? Thank you for any feedback.
Solved! Go to Solution.
2020-11-28 04:16 PM
Thank you for reaching out!!! I also dug a little deeper into the flash I'm trying to interface with (a SIMM of 8 x AM29DL323DB, with the chip selects tied to pairs/32bit data). I was mistakenly stuck on NAND flash for some reason (limited to 16bits); but the STM32 NOR interface, fits the bill much better! I'll be more careful/patient before asking questions in the future. Thank you for your time!
2020-11-28 03:43 PM
Works for me with SDRAM. Not all memory types support 32-bits. Provide more info on what you're trying to do.
2020-11-28 04:16 PM
Thank you for reaching out!!! I also dug a little deeper into the flash I'm trying to interface with (a SIMM of 8 x AM29DL323DB, with the chip selects tied to pairs/32bit data). I was mistakenly stuck on NAND flash for some reason (limited to 16bits); but the STM32 NOR interface, fits the bill much better! I'll be more careful/patient before asking questions in the future. Thank you for your time!