Ask questions, find answers, and share insights on STM32 products and their technical features.
I'm working with a Nucleo F429ZI. I have "time.h" included in my code, and whenever I call time(NULL), I get a "-1" returned, which I think means that the function call failed. Is there anyway to get the function time(NULL) to return the time, by con...
Hi , My name is Midhun .I want to know is it possible to read from multiple channels of same timer in input capture mode...?I am using Stm32f401RE Nucleo board ,Using MDK ver 5.0 on KEIL IDE.Our project includes a multitude of optical encoder units ...
Hi ,I am using stm32h745 and I am new to this dual core processor. I have some doubts with this processor access:1)Do both the processors mutually controllable i.e., can we start and stop cortex M4 using cortex M7 and vice versa .. ?2)I want to plac...
I have STM32F4 discovery kit, Keil trail version with 32KByte code size limit, I am interested in knowing how can i install Linux OS in stm32 discoveryF4 board? and I would like to know the following:with tool chain I have( Keil trail vesion) is it ...
I'm looking for evaluating some demo applications on STM32F103RE & STM32F103VE microcontrollers.Which NUCLEO board should I use for the purpose?I could find one NUCLEO-F103RB, but would it be compatible and/or the best choice for the microcontrollers...
Hi there,I'm trying to create a Dasi Chain setup with STM32 Nucleo boards using the HAL library.My master should send a command to 10 slaves. It would be best to use DMA for the master to avoid blocking the mpu. HAL_SPI_Transmit_DMA(&hspi1, command_a...
Hello everyone, i would like to connect STM32F7 with multiple SDRAMs because i would like to get at least 256 MByte, i spent too much time trying to search for a detailed way, how to connect at first more thant one SDRAM together and then to connect ...
I'm trying to get the ADC to work with DMA Continuous Requests, and am not having any luck. I've actually seen it work once, totally randomly, but on subsequent runs all I get is a white screen on startup. I see the ADC is indeed still calling HAL_AD...
I configured a simple CubeMX project targeting the nucleo-f302r8, which I am using as a development board.My project uses TIM1 CH1N (PB13) as a PWM output and TIM17 as the systick source. I chose TIM17 arbitrarily as I don't anticipate using it in th...