Streamline Storage Flash - CurrentMakers Products
Introducing Streamline Storage Flash.

Streamline Storage Flash - CurrentMakers Products
Introducing Streamline Storage Flash.

Смогут ли микроконтроллеры с NPU заменить облако для распознавания речи?
Голосовые ассистенты работают удобно, но почти всегда через облако: нужна сеть, есть задержка, и речь уходит на внешние серверы. На устройстве обычно либо примитивный команды, либо слишком тяжёлая платформа. Я проверил, можно ли закрыть этот разрыв на микроконтроллере STM32N6 со встроенным NPU : распознавать произвольную речь локально , в реальном времени и с потреблением около 0.2 Вт .
https://habr.com/ru/articles/1022384/
#stm32 #stm32n6 #npu #mcu #микроконтроллеры #распознавание_речи #edge_ai #машинное_обучение #нейросети #tinyml
Самая маленькая прошивка (MBR)
В этом тексте я написал про то как написать крохотный, но очень полезный загрузчик. В программировании на STM32 бывает нужно сделать так, чтобы загрузчик оказался не в начале Flash памяти а в конце. Поэтому надо написать отдельную крохотную прошивку первичного загрузчика, которая просто при старте передает управление на другой адрес в физической памяти. Такие прошивки я называю MBR (Master Boot record).
https://habr.com/ru/articles/1022264/
#stm32 #make #dwt #mbr #LED #bootloader #arm #cortexm #cortexm4 #arm_cortex_m4
$15 STM32U575 development board features FPC display connector, microSD card slot, two 48-pin GPIO headers

A few days ago, we looked at the WeAct Studio STM32U585CIU6 development board, which features an ultra-low-power STM32U5 Cortex-M33 MCU and was added to MicroPython v1.28. If you're looking for another STM32U5-based option, especially for compact UI projects, Maker Go now offers an STM32U575 board with a display connector, a microSD card slot, and many more GPIOs While the STM32U585 on the WeAct board features cryptographic accelerators, the STM32U575VGT6 MCU on the Maker Go board is closely related and still offers the same high-performance Cortex-M33 core running at 160 MHz, along with ultra-low-power capabilities. This new board also adds 8MB of external flash and is designed to accept 1.47-inch or 2.0-inch LCDs directly via a ribbon cable. STM32U575VGT6 board specifications: Microcontroller – ST STM32U575VGT6 Core – Arm Cortex-M33 Armv8-M core clocked at up to 160 MHz with FPU, Arm TrustZone Memory – 786 KB SRAM Flash – 1024 KB (1
In my course to mastery of the 4 #stm32 MCU's (re yesterday's post), I begin with the 8kb ram STM32G030F6.
I pick the Lowlevel (LL) drivers over standard Cube HAL. I find them more intuitive, and like the fact there's less under-the-hood magic :P
Pictured is the WeAct STM32G0 board. Incredibly cheap, $4 for 5pack on Ali! And my DIY DAP debug probe (using Pico).
BIT-BANGING ИНТЕРФЕЙСА ПО ПОЛНОЙ
Всем привет, это моя первая статья, в рамках которой захотелось поделиться необычным для меня опытом. Возможно, кто-то найдёт здесь для себя что-то полезное. По работе пришлось столкнуться с крайне необычной микросхемой для коммутации высокочастотных (RF) сигналов. Одна проблема – проприетарный интерфейс управления MIPI RFFE. Появился вопрос “А как этим управлять, не имея специализированных средств?”. Ответ узнаем вместе.
WeAct STM32U585CIU6 Core Mini – An $8 STM32U5 board supported by MicroPython v1.28

While checking out MicroPython v1.28 changelog, I noticed a board from WeAct Studio based on ST's STM32U5 Cortex-M33 microcontroller: the WeAct STM32U585CIU6 Mini Core board (WEACTSTUDIO_MINI_STM32U585 in MicroPython code). I found it interesting/newsworthy, as while I had written about the initial STM32U5 MCU release in 2021, and followed up with beefier STM32U5 SKUs with NeoChrom 2.5D GPU and up to 4MB flash in 2023, we had yet to cover a third-party board based on an STM32U5 MCU, excluding the Arduino UNO Q SBC running Linux on a Qualcomm QRB2210 MPU and using an STM32U585 for real-time and I/O control. The WeAct STM32U585CIU6 Core Mini changes that as a low-cost, standalone STM32U5 MCU board. WeAct STM32U585CIU6 Core Mini specifications: Microcontroller - ST STM32U585CIU6 Core – Arm Cortex-M33 Armv8-M core clocked at up to 160 MHz with FPU, Arm TrustZone Memory – 768 KB RAM Flash – 2048 KB flash GPU -
#opencode or how a firmware dev is also a web developer, and not the other way round 😄, atleast not yet 😬