Forum Posts
Need URL link(s) for Step by Step tutorials to Creating 32F429I Discovery Kit C++ programs using Mbed Studio Desktop software please
I need to develop embedded C++ programs using 32F429I Discovery Kit and Mbed Studio Desktop software.Are there any URL link(s) to step-by-step tutorials please?Thanks and best regards,SSJ
Resolved! How to receive a whole string of characters, sent by a computer to a NUCLEO-L432KC using UART communication?
Hello everyone,I would like to transmit strings of characters (which could be different sizes) using the Nucleo's UART serial communication. I'm using HAL_UART_Receive_IT(&huart2, &rx_buffer, 1), which receives the characters one by one and stores th...
Need Target name for Mbed Studio Desktop program please
For the Mbed Studio Desktop program, I need Target name for the STM32F429I-DISC1.At present Mbed program has Target name only DISCO-F429ZI (S/N: 066AFF5...71658...I need to develop C++ programs using Mbed Studio Desktop program using 32F429I Discover...
HAL_TIM_IC_Start_DMA() with dma I am not getting the raising or falling edge ?
I am using the stm32h745 nucleo . I am working with the timers and I am getting the falling capture of the cm7 pulse and going in to the callback function when I am using the HAL_TIM_IC_Start_IT() and also I am able to debug the both cm7 and cm4.But...
What is the minimal required injected current for the one-pulse mode is it the same that for an GPIO input ?
Hi I'm currently working with a Nucleo board STM32F401RE with the one pulse mode. The one pulse mode enables me to capture a trigger in input and re-deliver it with a controlled delay. The tigger comes from an optical endstop sensor mades up with a i...
Resolved! Why does the fifth pin of port D stay on?
STM32F407Why does the fifth pin of port D stay on?Here is the code:RCC->AHB1ENR|=RCC_AHB1ENR_GPIODEN;GPIOD->MODER&=0UL;GPIOD->IDR&=0UL;There are 3 volts on pin 5 of port D (I checked with a multimeter).The IDR register looks like this: IDR: 0000 0...
STM2F7 internal temperature sensor
I would like to know more about the internal temperature sensor. The RM says: Precision: ±1.5 °C. And the Note section says: “The temperature sensor output voltage changes linearly with temperature. The offset of this linear function depends on each ...