Hi,I wonder if the STM32H743 can sample and convert 1 ADC sample in 10 nanoseconds?According to the specs the ADC speed (sample + convert) at 14bit resolution with 50MHz ADC clock , one sample will take 200 nanoseconds.I have no problem lowering the ...
MCU STM32L431, SYSCLK 80MHzThe callback takes 1.5us to fire from pin drop, and the callback functions take long time to execute as I show the imagethe pin config function/** * @brief GPIO Initialization Function * @param None * @retval None */static ...
Table 226 on page 906 has an entry HRTIM_TIMxCMP1CR <- I don't think this is a real register.Section 27.3.8, page 888 second line in last paragraph says "any of the 5 timers". I think that should be 6 timers.Section 27.5.66, page 1050 says Bits 31:0 ...
Hello. I was working on example generated by cubeMX (new version) on STM32L562VET6Q processor and canbus.Example code of networking worked just fine, but copying code to my LL based project made CANBUS inoperable.I was able to track down what is diff...
RM0376 Reference manual for STM32L0x2 DocID025941 Rev 5 states in 14.9 "Temperature sensor and internal reference voltage" :The following formula gives the actual VDDA voltage supplying the device: VDDA = 3 V x VREFINT_CAL / VREFINT_DATAThis can't be...
On my STM32L151CB-A (external PCB), the following issue is occurring when using the internal Real Time Clock:I configure Date, Time and Alarm A using the initialization routines generated by CubeMX. The Alarm A is set to trigger 7 seconds after the b...