Stm32 library

Хочу використовувати в деяких своїх проектах мікроконтролер STM32.
Зв’язок з мережею за допомоги якогось WiFi модуля з AT командами.
Засіб розробки Atolic True Studio або System Workbench плюс HAL driver (не mbed compiler).
Чи можливо це на цей час?
Чи планується підтримка мікроконтролерів STM32?
Як ні, то підкажіть що мені потрібно зробити щоб використовувати Blynk з STM32?

I want to use the STM32 microcontroller in some of my projects.
Contact the network using a WiFi module with AT commands.
The Atolic True Studio or System Workbench development tool plus HAL driver (not mbed compiler).
Is it possible for this time?
Is the STM32 microcontroller supported?
If not, then tell me what I need to do to use Blynk with STM32?

This is the list of supported boards.

On that page there is a reference to: STM32 Nucleo + Wiznet 5100 , soon

1 Like

Yes. STM32 is supported.

@Gunner , взагалі не про те що я питав.
@Dmitriy , я в курсі.

В mbed compiller створив новий проект.
Додав бібліотеку blynk.
Отримав помилку “Error: Identifier “millis” is undefined in “Blynk/utility/BlynkTimer.cpp”, Line: 35, Col: 49”
В цьому місці бібліотеки:

// Select time function:
//static inline unsigned long elapsed() { return micros(); }
static inline unsigned long elapsed() { return millis(); }

@ Gunner, not at all what I asked.
@Dmitriy, I’m up to date.

In mbed compiller created a new project.
Added a Blink Library.
Received error “Error: identifier” millis “not defined in” Blynk / utility / BlynkTimer.cpp “, line: 35, color: 49”
In this place of the library:

// Select time function:
//static inline unsigned long elapsed() { return micros(); }
static inline unsigned long elapsed() { return millis(); }

Sure looks like I answered one of your clearly asked questions :wink:

Sorry if I can’t help with the rest. I use ESP and Arduino.

@taburyak maybe @vshymanskyy could help here.