User Activity

Hello,Currently, I command the sensor with "SendScriptToDevice(Linear_Sweep);" function like that.  char const * Linear_Sweep= "e\n" "var c\n" "var p\n" "set_pgsta...
Hello,On my custom designed PCB, there is a USB port for battery charging and programming ESP32 microcontroller. When I plug in to the PC, I get "USB Not recognized" message. In addition, the two LEDs are light up. In the datasheet of the charger IC ...
Hello,I need to parse a raw data that I receive UART3 interface. Then, I will send to a PC to show results in serial monitor. Before implementing in the microcontroller, I tested my approach in a C compiler. A sample raw data in the buffer array and ...
Hello,I am trying to control an AD5940 with STM32F4 SPI. I placed the AD5940.h and AD5940.c files in the main file but after debugging I got these errors. Do you have any idea how I can solve it? 12:37:26 **** Incremental Build of configuration Debug...
Hello,I control an ADC with SPI interface of the STM32F44 microcontroller. The ADC datasheet is in the link, https://intantech.com/files/Intan_RHD2000_series_datasheet.pdf . I set up global variables as read, write, and calibrate masks. The I call t...
Kudos from