Has anyone used the SKY1311T card reader chip? I know the SPI protocol, but I don't know how to start writing it. I don't have any ideas. I hope someone can give me some advice, or if there is a sampl
The CC2652R device is a multiprotocol wireless 2.4GHz MCU targeting Thread, Zigbee, Bluetooth 5 low energy, IEEE 802.15.4g, smart objects with IPv6 (6LoWPAN), Wi-SUN and proprietary systems including
[i=s]This post was last edited by jinglixixi on 2020-10-26 14:14[/i]The AT32F403A development board is a powerful development board. A good design is to maximize its potential. To this end, the design
In KEIL5, what is the difference between using J-LINK to download the program and debugging after downloading the program? How do I know whether it is downloaded to FLASH or to RAM for debugging?
Please ask the master:
How to delay 0.5us? Use time.sleep(0.0000005)?
Decimals cannot be used in time.sleep_us()
In C language, I see that others use __nop(), but there is no such function in Micropyt