Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi Guys,looking for advice on in relation to building a smart home automation system using STM32F407VET6 and 2.4Ghz transceiver modules (NRF24L01+).Are there existing libraries which will allow me to operate a 6LowPAN network using this hardware? I h...
I'm using a Nucleo F429ZI, and want to use the VBAT mode when the controller loses VDD. Are there any flags that are specifically set or reset when the controller enters or leaves VBAT mode? I read in a reference manual that a power-down reset is wha...
The function using ADC_CALIBRATION_TIMEOUT. This timeout is defines as:/* Fixed timeout value for ADC calibration. */ /* Values defined to be higher than worst cases: low clock frequency, */ /* maximum presca...
Dear Members,I want to test my SIM900 module,Do I need something more from this code ?printf("TEST SIM900\r\n"); //usart_pstr("AT\r\n"); target =0; //UART1 selected printf("AT/r"); HAL_UART_Receive(&huart1, (uint8_t *)&RxModem, 8,100); ...
I am using stm32756G eval board. I want to generate a pattern of two PWM pulse along with a delay. Example: A pulse of 1Khz + delay (milliseconds) + A pulse of 1KhzI am able to generate a PWM pulse of 1Khz.Is there any example for that in stm32cubef7...
This https://www.analog.com/media/en/technical-documentation/application-notes/AN-835.pdf helped me but I was not able to dig deep about STM32F429 regarding this.
Hi guys, I have a project where I need to use STM32 ARM processors I want to be able to program a bare chip of STM32's ARM Microcontrollers on my breadboard. I have a ST link V2 as the programmer. I would like to know what software (for free only)/ap...