2017-07-31 02:37 PM
I'm using CubeMX with the STM32F469IIT and trying to select 32-bit wide SDRAM using the FMC but the options only show 8 or 16-bit.
Is this correct? I can't see anything in the reference manual about
the LQFP176 not being able to do 32-bits. It works for other 469 chips.
Thanks.
#cube-mx #fmcSolved! Go to Solution.
2017-07-31 07:02 PM
CubeMX which doesn't allow the 32-bit data width to be selected
Because those pins (D16..D23) are not there on the 176-pin/ball packages.
JW
2017-07-31 04:26 PM
D16..D23 (PH8..PH15)
Compared to 'F429/439 they gave way to the MIPI pins.
JW
2017-07-31 04:47 PM
I had to go to the 208 pin package to get 32 data pins.
2017-07-31 04:50 PM
Yes, thanks Jan, from the datasheet it should be:
FMC_D16...FMC_D31 (PH8...PI10) with some gaps.
but there seems to be a bug in CubeMX which doesn't allow the 32-bit data width to be selected, or I'm doing something else wrong.
2017-07-31 07:02 PM
CubeMX which doesn't allow the 32-bit data width to be selected
Because those pins (D16..D23) are not there on the 176-pin/ball packages.
JW