Resolved! STM32H7 random number generator is it uniform
HiI am assuming the random numbers generated by the RNG have a uniform distribution.Is this correct?Best regardsRob
Ask questions, find answers, and share insights on STM32 products and their technical features.
HiI am assuming the random numbers generated by the RNG have a uniform distribution.Is this correct?Best regardsRob
I'm trying to use USART3 on STM32F103VCT6 on pins PC10 (USART3_TX) /PC11(USART3_RX) using alternative functions (Remap) and I'm not having success.From the MCU datasheet I can use these pins for communication.void UART3_GPIO_Config (void) { //E...
Hi, I am using a STM32F407. I programmed one channel of ADC1 to start on the falling edge of TIM8, which has a frequency of 100 kHz. So far so good, the ADC performs a conversion every 10 us (100kHz), measured with the HAL_ADC_ConvCpltCallback functi...
When I view the CNT register of the TIM8 structure during debug it does count up to 1000 before resetting. I am using PI6 of the discovery board (Discovery Board Manual). The pin does not output a pulse however I confirmed that the circuit works elec...
Hello,I am looking for your help on how to use the dual bank mechanism on the STM3L082.My goal is to download the new firmware 'over the air' and write it into bank 2 (starting from 0x0801 8000)Bank1 always remains as it is (with original firmware)BF...
I am currently using an STM32F030 MCU's external interrupt to measure an incomming PWM signals Frequency, Period, Duty Cycle and Pulse Width. The incoming signal can be between 0 - 4.167Hz. This is working great, capture all three transitions in th...
I have a STM32H745 Nucleo and I am trying to get the CAN peripheral working. I believe I have everything set up correctly (bit rate, RAM etc) but when I call HAL_FDCAN_AddMessageToTxFifoQ() the first time the peripheral goes back to INIT. The next...
I've flash protection level-1 on my stm32f429. When I open the flash protection on my mcu and connect the serial prolific to read and send data under UART. My source code couldnt run. But if I remove the serial prolific's from the pins. And reset the...
I am looking this source codes to use Ymodem protocole,https://github.com/STMicroelectronics/STM32CubeF4/blob/master/Projects/STM324xG_EVAL/Applications/IAP/IAP_Main/inc/ymodem.hBut I've a question about that, Line 65 says to us as in below:/* /-----...