Question
Looking for a competitive STM32 reference
Posted on July 24, 2013 at 16:33
Hi all,
I had good experiences on STM32F4 peripherals, and I look now for a competitive price STM32 reference (I found STM32L152C6 is the cheapest, but I'd appreciate your feedback a lot) that could match that features :- 3.3V operations- 1x i2c at 400 kHz (DMA+int : I coded exisiting driver version for STM32F4, it could be nice that it could be reused ;).- Standby mode with low power (ultra low prefered but not critical).- 1x 16 bits Timer, a few EXTIO...- a few eeprom would have been niceIn a first mode:- only one peripheral on a SPI bus, that produce DATA by DMA read operation,- SDIO bus for recording that DATA on a �SD card (4 Gb and more), with a maximum write speed of 1 Mb/s, with DMA, and with the lowest footprint on RAM (what RAM amount do you think is ok, please ?), will it be a good starting place for STM32L152C6 ?In a second mode :- the DATA recorded on �SD during the first mode are transfered via USB High speed, with a mass storage declaration (new to that) : - is there any library/example I can start with for that purpose ? - What HSE value would you recommend ?- and with firmware flashing capability (by USART only ? Or is it possible by a special file on �SD ?) : is there any library/example I can start with for that purpose ?Thanks in advance for your answers #sd-spi-sdio #usb-dma-sdio