Search found 2 matches

by esyjam
Sat Apr 17, 2021 8:32 pm
Forum: Inverters / Motor Controllers
Topic: STM32 woes
Replies: 54
Views: 12562

Re: STM32 woes

STM32F103R8T6 or RET6. I'm currently working on a boot loader and firmware that supports various memory sizes. The flash size is easily determined with desig_get_flash_size(). The page size must be deduced from the type in DBGMCU_IDCODE - The F103RBT6 is a medium density device and identified by 0x...
by esyjam
Wed Jul 15, 2020 10:09 pm
Forum: User Interface
Topic: Universal WiFi Interface
Replies: 79
Views: 23105

Re: Universal WiFi Interface

Has any one used ESP32 instead of ESP8266?
Using the same code for ESP8266?