IR remote
I'm trying to code IR remote which uses NEC protocol using STM32f030 .I'm able to do the code under while(1) as as a GPIO input But i'm not able to implement it as an interrupt . Kindly help me regarding the same
I'm trying to code IR remote which uses NEC protocol using STM32f030 .I'm able to do the code under while(1) as as a GPIO input But i'm not able to implement it as an interrupt . Kindly help me regarding the same
Hi, Thanks for sharing the experience and timely support.I am new to STM32 controller and OTA programming. Kindly share the suggestion for the below queries.Environment - STM32F205ZGT7, IAR workbench, ST-Link V21) Which executable file(.hex,.out,.bin...
I am trying to use the ADC_Read block from the simulink support package. I am able to use the ADC1 from a STM32F4 MCU but when I try to use the ADC from STM32F0 MCU it doesn't work. All the configurations should be fine since many other blocks work (...
The link connected on the document is provided to STM32H7x3 ,not for STM32H7x7(M7 core and M4 core), Where to download?The MCU package link :https://www.st.com/en/embedded-software/x-cube-pwrmgt-h7.htmlThe document link :https://www.st.com/conte...
For my new project i have to use an ADC to measure the peak value of a pulse. This pulse wakes up the microcontroller from stop mode, and the processor has to wake up the internal adc to take the samples needed. Unfortunately i can't find the time it...
Hello,I have an issue with using two channels of DMA to generate the PWM on PA2 and PA3 pins.I configured using CubeMX TIM2 PWM Generation CH3 and CH4. I have added the DMA memory to peripheral for PA2 DMA1Stream1 and for PA3 DMA1Stream6.The issue I ...
Octo-SPI can be configured as QSPI (0: 3) and QSPI (4: 7). Can these two interfaces be connected to QSPI-FLASH interface? For the convenience of PCB, I want to use QSPI (4: 7).
Hi everyone, I have some questions about using ADC. I have an analog channel and want to read it for a specified time according to my PWM signal because it has been used as a voltage sense on an inductor. However, I need more samples and have to chec...
Suppose you want to get the max sample rate out of the ADC and you can not use DMA, how would you do that?
Please consider these modifications to RM0316:Also, please unify COMPxINSEL/COMPxINMSEL in that chapter (best by removing all instances of COMPxINSEL altogether - note, that in the registers table, the COMPxINPSEL bits are incorrectly marked as COMPx...