Hi I am trying to implement a simple ADC conversion, 1 channel, discontinuous, using STM32F070F6. The code is generated by CubeMX using STM32Cube FW 1.11.3.Direct ConversionThe direct conversion works.HAL_ADC_Start(&hadc); HAL_ADC_PollForConversion(&...
Hello,what is the maximum input clock for the SAIs and I2Ss for the H7 ?I mean "sai_x_ker_ck" and "spi_ker_ck".I couldn't find it in neither RM nor DS.Is it dependent on some AHB / APB or D1/2/3 clock?98.304 MHz is working (it is also in the RM's exa...
I am trying to set up a counter with complementary outputs and dead timing. i have no ouput from the complementary output and there don't seem to be any separate settings. I am trying to use the configurator in the cube IDE.
Hello I am new to stm32 MCUs. Timer1 is in slave mode and the trigger source is ITR1. What is ITR1 and in which conditions is timer generating pulses if it is in slave mode? I generated a code using mcsdk for stm32g431cbu6.Please check line 25 in th...
Posted on March 29, 2017 at 21:21I recently upgraded to a new version, 4.20, and its has been giving us a lot of issues. Unfortunately I deleted 4.18 installer, Is it possible to provide a download link to an older version of the cube?I am working o...
I'm using watch dog timer with STM32F103C8T6. how i check watch dog timer is working or not working.