Hey everyone,I'm programming an auotmatic irrigation system for studies. I need help with the programming of an RTC alarm to awake my STM32F4 from standbye mode. After standbye mode it should start the programm from the beginning (like an reset). Unt...
I am using a STM32H7 micro in an application where I need to assert a signal at a time that I determine in software. I am using the output compare from a timer for this signal and setting the CCR register to the time I want the output to be asserted....
I can make LEDs blink at different frequencies but only 1 frequency...So far i managed to get the LED config going with CubeMX.I want to make this by using External Interrupts.But how can i make the same LED change frequency by pushing a button on my...
Hi all,1)in STM32F446xC/E it is written that the memory consists out of 8 Blocks each 512-Mbytes. This leads to 4.096-GB. In PM0214 its written: The processor has a fixed memory map that provides up to 4 GB of addressable memory. Now my question: How...
Hello I am trying to trigger adc with injected mode using TIM1 CCR 4 event.When i try to use TIM1 upgrade to generate injected ADC interrupt it worked.I used event 0 for adc injected.But when i try to use TIM1 CCR 4 event to trigger injected ADC it i...
I have an STM32H735G Discovery Kit and I'm using it with STM32CubeH7 IDE.I want to modify the projects for my own code. Specifically, I want to make a copy of a project.But, I MUST keep the metadata for the toolchain and the debugger. Right now, I ...
Hi all,when trying to use the SPDIFRX_FRAME_SYNC on a STM32H743 I ran into a problem.I configure TIM17 as Input capture and set TIM17_TISEL = 1 which should select the SPDIFRX_FRAME_SYNC signal, but the CCR1 register is not updated with the current c...
I have an application where I want an external input logic signal to capture a Timer counter value. In my situation the timing measurement is critical so I'm thinking of having the input signal trigger a Timer counter value capture and set a DMA inte...
EE designed the board with both pins in use and both needing to wake up from STOP2. At start PA5 must be used to awake. Once awake, switch interrupt to PB5 for normal processing. When normal processing is done, switch back to PA5 and enter STOP2. ...