Generating N-pulse with stm32f107
Hello,I need to have N pulse wave form with specific frequency at PA0 and PD12 pins. I will be grateful if you could help me.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,I need to have N pulse wave form with specific frequency at PA0 and PD12 pins. I will be grateful if you could help me.
We are using STUSB4500 in our custom board, as we are not having STM32F072RB Nucleo board with us we are using STM32L4R5ZI nucleo board which is available.I have downloaded STSW-STUSB004 for customizing the available library.I have STSW-STUSB004 ope...
Hi. Any recommendations for an IDE and toolchain for a Nucleo board with STM32f3xx. I want to be close to the metal and would like to access registers directly example:TIMER1_BASE->CR1 |= 0X0001; // Start timerCapture[edge] = TIMER2_BASE->CCR1;I wa...
Hi, I'm new here. Working with STM32F303 and wanting to use the DAC externally and internally with comparators in an adaptive threshold config. Can the DAC be disconnected and the COMP internal + point hold a charge and continue to work while the DAC...
I try to change inSTM32Cube\Repository\STM32Cube_FW_H7_V1.7.0\Projects\NUCLEO-H743ZI\Examples\PWR\PWR_STANDBY logic of WKUP_PIN - to PWR_PIN_POLARITY_HIGH from PWR_PIN_POLARITY_LOW. Board is NUCLEO-H743ZI.In case of PWR_PIN_POLARITY_LOW all works fin...
Hi, as the title asks. On my STM32F767 Nucleo board, there is an Op Amp U7 (TSV631AILT) that buffers user LD1 connected to a pin (either PB0 or PA5). What is the purpose for this? I'm sure it's obvious but it's not standing out to me and there's no ...
I'm trying to establish communication between a Raspberry Pi and an STM32F407. The Pi is Master and the F407 is a full duplex slave. The SPI is configured with circular mode DMA. When the data is sent from the Pi, I do receive it at the F407. However...
HiHow to read in STM32F746G-DISCO FLASH for a specific address?
Hi, I am new to this STM. I am working on a touch sensor project. I need to use 4 touch buttons. I am having an STM32F051R8Tx board. how to read those touch buttons. Please help me.