How to transfer a File which has (.AMR) Format from UART1 to UART2 ??
Dear Sir,I am Using STM32G030C6T6How to transfer a File which has (.AMR) Format from UART1 to UART2 ??
Ask questions, find answers, and share insights on STM32 products and their technical features.
Dear Sir,I am Using STM32G030C6T6How to transfer a File which has (.AMR) Format from UART1 to UART2 ??
Hi,I have a STMF32446ZE board and require an external crystal that isn't using the STLINK crystal. For x3 ST recommend the following: NX3225GD-8.000MEXS00A-CG04874The specs of this crystal are: Frequency Stability ±50ppm Frequency Tolerance ±20ppm ...
printf works on the STM32H747 M7 core once I add the following codeint _write(int file, char *ptr, int len) { int i =0; for ( i = 0 ; i < len; i++) { ITM_SendChar((*ptr++)); } return len; }and enable the "SWV" in the debug...
Hi! Does anyone know if HAL_UART_Transmit() sends ASCII or binary? I've tried to send some data a serial plotter but nothing is being plotted. The format of the data sent follows the setting in STM32CubeMx. (It works on Arduino serial plotter)Serial ...
I'm using SPI to communicate with a MIPI chip, the commands to the MIPI are sent as 9 bits but the data sent back is 8 bits. The 9 bit are set up in a uint16_t variable. Using HAL_SPI_Init the data size is set to 9 bits. When I receive the data using...
Hello support,I want to develop one product based on touch button and touch slider.so which STM MCU supports those features.and what are the softwares avaialble to develop firmware for touchand also i need hardware design guide for the same.thanks
Hi,I am trying to use RTC with Internal Crystal, I am not able to initialize the internal crystal of RTC. I am trying to initialize the internal clock by the RCC_CSR_LSION flag but I am not getting the RCC_CSR_LSIRDY flag set by the controller.void R...
I am using STM32H743XI(we made board)However, an error occurred when connecting using the existing ST Link v2 product.An error occurred (No debug probe found connected to the USB port Session aborted)IAR 8.40.1 using The firmware(ST-Link) was als...