Eval » Historie » Revision 34
Revision 33 (Maximilian Seesslen, 23.06.2022 16:17) → Revision 34/77 (Maximilian Seesslen, 23.06.2022 16:51)
h1. Eval
Device that records data from sensors that are connected via CAN directly via I2C.
Results can be read via USB or retransmission can be triggered via CAN. Measured data have correct timestamps.
generic CAN-controller: Plant-lamps, light-alarm-clock, auto-off of Mainswitch
Want to test memory mapped QSPI-flash.
STM32 with -SD-Card slot and- quite big Flash. No RTC is not cool.
PC should not collect data poe-a-poe.
* CAN
* UART
* (Q)SPI
* RTC
h2. MCU
|_.MCU | Package | Flash | Ram | Cost | Features | Quantity | Projects |Comment |Link |
| STM32L443CCU6 | 48UFQFPN | 256KB | 64K | 7,57€ | CAN, -SDMMC,- USB, QSPI memory interface | - | CANRec |USB und CAN nicht gleichzeitig| "Link":https://www.st.com/content/ccc/resource/technical/document/datasheet/01/76/9c/b5/c7/d9/40/6c/DM00254865.pdf/files/DM00254865.pdf/jcr:content/translations/en.DM00254865.pdf |
CAN/USB Multiplexer vom CANDis uebernehmen.
Das Package hat kein SDMMC interface.
Also hoellischen viel QSPI-Flash drauf.
USB-Detect vom minutnik-eink testen.
Bischen unterfordert.
Flash:
Ich hab doch mal 1,8V flash gekauft.
CS ist auch bei QSPI noch vorhanden.
Da reicht ja ein stm32f042 ...
Good old "STM32F303C6U6A"; ist klein (QFNP32), hat kein VBAT.
STM32F103C6U6A sieht gut aus. VBAT. USB und CAN geht nicht gleichzeitig, ist aber verdrahtbar. Laeuft nicht mit 1V8. The RTC is strange, although it works.
Doch gleich nen STM32L431CBT6, dann gibts auch QSPI. Und die 4 Stueck sind dann auch gleich weg.
Und sie koennen 1V8, VBat ist da. 1V8 fuer RTC wird aber tricky, oder ich versuch mal nen Elko/supercap
Sowohl via USB als auch via CAN power-bar. Dann braucht man nicht zwangslaeufig CAN am PC.
Hat kein USB.
STM32L443CCU6
VDDUSB: 3.0-3.6V when USB us used; 0V when CAN is used
An level-shifter for UART. Only making it in USB-Mode makes it impossible to test CAN.
h2. RTC
Supercapacitors have an discharge of 1μA. They wont feed RTC for more than a day.
Battery with shottky should do the job.
RTC-Mode: 200nA; Battery with 20mAh
(20000000/200)/ 24 / 365 = ca 11Jahre.
Use same battery like in Schiebleere.
h2. What else to do
CANBridge mit aufnehmen? Dann isses nicht mehr 1V8.
Nur Batterie, Flash und CAN-Anschluss sind a bisserl mau.
USB/CAN-Mux, ok.
SAI gibts gerade nichts. IR auch etwas Sinnlos.
I2C for the temperature sensor.
* I2C ext. 2
* I2C int. 2
* RTC 3
* CAN 2
* Switch
* USB (switched)
* QSPI (Flash) 5 record
* SPI (Flash) 5
* Uart 2
* USB-Detect
* 2 mal LED
* Debug 4 pins
2+2+3+2+1+5+4+2+1+2+4=28
8MByte flash; 4K-byte sector
Device that records data from sensors that are connected via CAN directly via I2C.
Results can be read via USB or retransmission can be triggered via CAN. Measured data have correct timestamps.
generic CAN-controller: Plant-lamps, light-alarm-clock, auto-off of Mainswitch
Want to test memory mapped QSPI-flash.
STM32 with -SD-Card slot and- quite big Flash. No RTC is not cool.
PC should not collect data poe-a-poe.
* CAN
* UART
* (Q)SPI
* RTC
h2. MCU
|_.MCU | Package | Flash | Ram | Cost | Features | Quantity | Projects |Comment |Link |
| STM32L443CCU6 | 48UFQFPN | 256KB | 64K | 7,57€ | CAN, -SDMMC,- USB, QSPI memory interface | - | CANRec |USB und CAN nicht gleichzeitig| "Link":https://www.st.com/content/ccc/resource/technical/document/datasheet/01/76/9c/b5/c7/d9/40/6c/DM00254865.pdf/files/DM00254865.pdf/jcr:content/translations/en.DM00254865.pdf |
CAN/USB Multiplexer vom CANDis uebernehmen.
Das Package hat kein SDMMC interface.
Also hoellischen viel QSPI-Flash drauf.
USB-Detect vom minutnik-eink testen.
Bischen unterfordert.
Flash:
Ich hab doch mal 1,8V flash gekauft.
CS ist auch bei QSPI noch vorhanden.
Da reicht ja ein stm32f042 ...
Good old "STM32F303C6U6A"; ist klein (QFNP32), hat kein VBAT.
STM32F103C6U6A sieht gut aus. VBAT. USB und CAN geht nicht gleichzeitig, ist aber verdrahtbar. Laeuft nicht mit 1V8. The RTC is strange, although it works.
Doch gleich nen STM32L431CBT6, dann gibts auch QSPI. Und die 4 Stueck sind dann auch gleich weg.
Und sie koennen 1V8, VBat ist da. 1V8 fuer RTC wird aber tricky, oder ich versuch mal nen Elko/supercap
Sowohl via USB als auch via CAN power-bar. Dann braucht man nicht zwangslaeufig CAN am PC.
Hat kein USB.
STM32L443CCU6
VDDUSB: 3.0-3.6V when USB us used; 0V when CAN is used
An level-shifter for UART. Only making it in USB-Mode makes it impossible to test CAN.
h2. RTC
Supercapacitors have an discharge of 1μA. They wont feed RTC for more than a day.
Battery with shottky should do the job.
RTC-Mode: 200nA; Battery with 20mAh
(20000000/200)/ 24 / 365 = ca 11Jahre.
Use same battery like in Schiebleere.
h2. What else to do
CANBridge mit aufnehmen? Dann isses nicht mehr 1V8.
Nur Batterie, Flash und CAN-Anschluss sind a bisserl mau.
USB/CAN-Mux, ok.
SAI gibts gerade nichts. IR auch etwas Sinnlos.
I2C for the temperature sensor.
* I2C ext. 2
* I2C int. 2
* RTC 3
* CAN 2
* Switch
* USB (switched)
* QSPI (Flash) 5 record
* SPI (Flash) 5
* Uart 2
* USB-Detect
* 2 mal LED
* Debug 4 pins
2+2+3+2+1+5+4+2+1+2+4=28
8MByte flash; 4K-byte sector