Resolved! stm32f429-Disc1
What is the minimum and maximum voltage the internal ADC of stm32f429 can measure ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
What is the minimum and maximum voltage the internal ADC of stm32f429 can measure ?
fgets ignores my limit and is trying to read 1024 characters.char *fgets( char *str, int numChars, FILE *stream );as I understand fgets it is supposed to read up to numCHars characters from stream into str. It should also stop on a newlineThe behavio...
I have connected my STM32U5 series board(B-U585I-IOT02A Discovery kit ) to my PC. Here I am not able to see my device under the "Device Manager" section & not even in the "My computer" section as a Memory space.It is also not even shown as an Unknown...
Hi,HAL Version used - 1.10.0I am using RTO interrupt to identify if the transmitter has finished sending a packet. In the IRQ handler "void HAL_UART_IRQHandler(UART_HandleTypeDef *huart)", this is considered as an error and it is aborting the ongoing...
i did not find any example explain how i can get value counter from time by DMA in main programnote i use stm32g030f6#HAL_TIM_Base_Start_DMA/* USER CODE BEGIN Header *//** *****************************************************************************...
Hello everyone,I am in the process of designing a PCB with an STM32F446ZET6 and I have a question regarding the voltage on the VREF+ pin. In the datasheet on p. 76, footnote 4 states that the condition "VDDA-VREF+ < 1.2 V" needs to be respected. Tabl...
Hello,Is there a way to disable the slot swapping of the I2S peripheral?Take the following example, without any HAL_I2S callbacks... void start_loopback(I2S_HandleTypeDef* is2_handle) { printf("--> Starting algorithm loop back...\n"); for (int i=0...
Hi, I am using STM32F4 series controller or can even use any other controller series but i want to start using it for GPRS communication. How can i start using it for using Communication. Also how can i do API calling for certain strings using these ...
<Question>Could not find SMBus parameter setting MENU when I2C as a SMBus 2-wire mode.