How to change NRST pin to a interrupt input pin on the G031?
How to change NRST pin to a interrupt input pin on the G031?
How to change NRST pin to a interrupt input pin on the G031?
Hello to everyone. I am teaching an embedded system lab courses and this is our first year with a STM32F767ZI Nucleo board. We are at a point where we want to exploit the on-board temperature sensor to generate some input data. In our first experienc...
Are you aware of ST problems with this Step 4 version.We think, that the driver can not go to Low Level
I have made a code for PWM for STM32F407. It is working fine for generating PWM.1. Currently what happens is I have made a PWM period of 5seconds in total.2. Suppose in code I call TIM_SetCompare2(TIM9 , 32767), now outout will be 2.5 seconds on & 2....
I have tried to get ADC results from 8 different chanels on 3 ADC's using DMA so that the fresh values are always avaliable to me on STM32F303I used Cube MX to configure the ADC's and DMA's. After initisalization I did: HAL_ADC_Start_DMA(&hadc1, (u...
I'm a beginner in embedded systems. I'm creating a software where some leds are blinking in the main while loop. I would like to put the MCU into stand-by mode when connecting a certain pin. I want to return to normal execution when this pin is disco...
Hello, I am currently developing a medical devicestm32 device related rotary capacityCircuit diagram and example code related to touch sensorIs a mustNo matter how much I look for it, there is an example related to the Liner touch sensorAs there are ...
A program, using the Nucleo-64 with STM32L073RZ, gives no problems, another program, even a blank new project, with Nucleo-64 with STM32L476RG gives "Failed to execute MI command:target remote localhost:61234Error message from debugger back end:Remot...
I want to store a hex file into the flash memory, For that I am trying to transfer the file over UART from computer to controller.what should be changes to be made in source code?or what should be approach?I am using stm32l083cz microcontroller.Thank...