The StellarisWare software package comes with an AES encryption and decryption routine. I was curious and studied it. The program only encrypts and decrypts a string and displays it. But I am not very...
STM32 library function configures stm32 firmware library version V3.0 and above. In the main and other source files, stm32f10x_conf.h is no longer directly included, but stm32f10x.h. stm32f10x.h defin...
SPITX buffer sends data and RX buffer receives data for loopback test, but I didn't connect SPI_SIMO and SPI_SOMI on my hardware, how can it be correct? How does the receive buffer receive the sent da...
1. "RF Circuit Design - Theory and Application" by Reinhold Ludwig, Electronic Industry PressBook review: This is a classic work on RF. I recommend everyone who works in RF to have a copy. The content...
Open the project in μVision v5: "BLELowPowerRToS", compile and generate: "BLELowPowerRToS.bin".Use "STM32CubeProgrammer", unplug the battery first, press and hold the "ROOT" button, plug in the USB ca...
Dear experts: When I am working on the development board, I encountered an error in loading the module. I cross-compiled the .c file on the PC to generate a module called net_hook.o. Only two warnings...