2015-10-11 08:16 AM
Stock present at major North American distributors, Arrow, Digikey and Mouser.
http://www.digikey.com/product-detail/en/STM32F469I-DISCO/497-15990-ND/5428811
has the most aggressive pricing at ~$60 vs ~$80Solved! Go to Solution.
2015-10-15 01:00 PM
2015-10-15 07:56 AM
I have a pair in my hand as I write..
[DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Discovery/STM32F469-Discovery%20availability¤tviews=40]See also2015-10-15 01:00 PM
2015-10-19 01:05 PM
I have the USART3 PB10/11 working as the VCP on the ST-LINK of the DISCO at 115200 8N1
Have the microSD card up and running. Quick test delivered 6.5 MBps Write, 11.2 MBps Read (Verbatim Class 10/U1).Have GNU/GCC building SPL applications. Battled with a number of problems with 4.9.3 (both 2014q4 and 2015q3) where the optimizer broke otherwise functional code in FatFs.2015-10-19 10:17 PM
What size of block size you used for read/write?
Also, did you read/write with FatFS or plain read using SDIO functions?2015-10-20 05:20 AM
1000x 32KB blocks through FatFs
2015-10-22 01:58 PM
Arduino shield connector works well. D0 USART6_RX PG9, D1 USART6_TX PG14
LEDs at PG6, PD4, PD5, PK3 Here with a GPS shield Need to port my CORS-LITE RINEX file recorder over to the board, and add a graphical interface with the display. Added SDRAM initialization code, 32-bit wide, tested 16MBhttps://www.micron.com/~/media/documents/products/data-sheet/dram/128mb_x32_sdram.pdf
2015-11-01 09:21 AM
Ported the logging software
2015-11-05 09:17 PM
2015-11-06 12:12 PM
I'd dig into the LCD and BitBlt code examples in the DSP/SPL and Cube releases.