STM32F469I-Discovery available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-10-11 8: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 ~$80Up vote any posts that you find helpful, it shows what's working..
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-10-15 1:00 PM
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-10-15 7: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 alsoUp vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-10-15 1:00 PM
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-10-19 1: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.Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-10-20 5:20 AM
1000x 32KB blocks through FatFs
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-10-22 1: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 shieldhttps://www.micron.com/~/media/documents/products/data-sheet/dram/128mb_x32_sdram.pdf
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-11-01 9:21 AM
Ported the logging software
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-11-05 9:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-11-06 12:12 PM
I'd dig into the LCD and BitBlt code examples in the DSP/SPL and Cube releases.
Up vote any posts that you find helpful, it shows what's working..
