Hello ST Community,I am currently working with the STM32L433RC microcontroller and I am exploring the possibility of utilizing USB 2.0 in Host mode for my application. I am seeking guidance on the respective topic.
Hallo,I want to update MASTER CMP1 over DMA and the others TIM_x on MASTER-update.New values of CMPx registry are calculated in SysTick_Handler() and should be updated at once.The problem is: MASTER update on DMA does not work.Could anyone please loo...
Hello. Why STM32CubeIDE suggesting me to autocomplete u (unsigned type) as a u_int32_t if it doesn't built? However uint32_t works well. What is the difference using u_intXX_t and uintXX_t?
Hi to everybody. I've developed an application using FreeRTOS, under M3 Series.Then moved to M4 without probelms. In CubeMX I can add all the tasks, timers, Mutex and so on.Now I'm porting to H5 MCU, but the freertos disappear from CubeMX. I found th...
In STM32G474.svd version 2.1 that can be download from STM32G474RE product page , WWDG peripheral has no interrupt defined but it is actually the first (0th) interrupt. Is this a mistake or there is a reason behind not defining it in the SVD ?
Hello,recently I'm working on a project based on STM32F103 MCU and an I2S codec chip. The codec has two data port, one is DAC IN and the other one is ADC OUT. What I wanna do is using the codec to play audio or to record audio.According to my knowled...
Hello. I have an STM32F407 development board. While I was getting used to this card last week, the card put itself into memory read protection. When I try to debug or throw code, the attached warning appears and the attached Fail file is created. Eve...
Hi everyone,I am using the STM32C011J4M6 in the SO8N package.I want to use the ADC on a low frequency signal (around 1kHz). My application needs to be very low power so I decided to put a big (around 100kOhms) input resistance on the ADC pin like we ...
I have a very simple example of using the RTC. My trouble is I never get an interrupt when the alarm time comes. Clearly there is something very basic I am not getting quite right. Many, if not all of the examples mentioned in this forum and includ...