There is a nested array, such as
k [ i ] =i
jk [ i ] =k*5+k*2
c[jk]=iThe first two are good.The key is c[jk]=iI want to find that c[i] =?How to express it in linear assembly?[[i]This post was last edi
This document mainly describes the basic routines of RT-OS. It does not explain the principles of RT-OS or the porting instructions, because the RT-OS forums and websites have already provided a very
In order to solve the problem that the playSound function is slow in loading large files and does not support MP3 playback, I wrote a function that simulates PlaySound to play audio files. I used conv
ESP32 has good performance, with a main frequency of 240MHz, SRAM 520KB, Flash 16Mb, Bluetooth and Wifi. But how fast is ESP32? I did a test to compare ESP32, ESP8266 and PYBV10, calculated pi on them
[i=s]This post was last edited by yang377156216 on 2022-2-11 14:39[/i]【Foreword】
In embedded software development, including MCU development, software architecture is an issue that developers must ser