STM32G4 PWM. Changing period and duty cycle.
Why are no HAL APIs changing the pulse period and duty cycle? Only init, start and stop are available. If we need to change the period and duty cycle how one can achieve this?
Why are no HAL APIs changing the pulse period and duty cycle? Only init, start and stop are available. If we need to change the period and duty cycle how one can achieve this?
Hello *,I'm currently trying to use a micro-sd card breakout board on my Nucleo-H743ZI to store some data using the SDMMC interface and the FatFS middleware v0.12c (The breakout board is just here for the pull-up resistors on the lines).I've setup th...
I am interested in developing Alexa built-in device using your solution mentioned in the Link.But this link also mentioned that "Amazon decided to maintain AVS for IoT system for existing products only. This solution can’t be used to develop a new pr...
I am experimenting with an STM32F3348-DISO board. A waveform is generated using the timer TIM6 update event and DMA channel 3 (cyclic mode). At the same time, I am using an ADC to read the same waveform into a dedicated buffer (DMA channel 1), and th...
Board = NUCLEO-F756ZGSD Card Spec = SDHC Class 10Board to SD card connection wire length = ~10cmSDMMCCLK clock divide factor = 8 (So SDMMC_CK = 3 MHz)Accept CLK line, on all lines 22K pull-up resisters are connected.I am trying to mount and read/writ...
Hi,i got some issue, where i restart a "5 times DMA" after i read the array. The first DMA is happening right after i startet it, when the level is high. But that is not a rising edge! I already made some test to verify this problem. The solution so ...
For example, my EEPROM has setting for static IP or DHCP.The problems is MX_LWIP_Init() does not have proper user code sections. It always call dhcp_start(), but I do not need it in case of static IP. The other problem is no any static IP config and ...
I've got a design with a STM32F405RE bootloading onboard STM32F722RE via SPI1.I've implemented SPI bootloader host (mostly same as serial with addition of adding extra 5A frame and dummy reads in a couple places) and individually verified commands li...