Hi allI have a problem with interrupts on my STM32G474VEH6 based board. Timer 6 generates an interrupt every 1ms. Program crash at HAL_TIM_Base_Start_IT(&htim6);But after resetting the power of the board, the software starts working correctly.The sam...
Hey, I am working on STM32G070 development board.i downloaded from the orcad resources the scheme for the processor.however i can see it has additional letters and digits on the headercan someone explain me what are the meaninig of them?
i am running this board as a Nucleo-144 in the IDE. The same programs runs on the following boards without a problem: Nucleo-F401RE, an Arduino Mega 2560, and the Ada Fruit Grand Cental. There is nothing, i can find on the web regarding this messa...
in RM0008 Rev 21page 775Bits 5:0 FREQ[5:0]: Peripheral clock frequencythe description of the frequency divider is extremely unclear. there is no formula for where the input is, how it is divided, where the output is. what if I want to set strictly 50...
Hi! i want generate a random number into 0 to 255, i want use the random number for rutine neopixel color. i can use the rand() c function? the eand() function not generate number 0 to 255. Not need to be in ordem ascend or descend.
Hello, are the firmware source codes for STEVAL-DPSLLCK1 available?There is a diagram in the Data brief, but it does not contain more information about the main transformer, CT, etc., is there a complete boom of components?I didn't find it on the web...
I'm using the ADC1 and ADC4 with PLL as kernel clock (MSIS 24MHz pll'ed to 32768 Hz watch crystal / 2 x (11 + 2163/8192) / 24) = 5.632 MHz). The ADC1 in combination with the MDF "looses" every second sample. The ADC4 never gets ready. The errata shee...
Hi,I followed the "How to create an external API loader MOOC" videos and after some struggle I managed to get it working for a board using the H7 with an Infineon S25FL127 memory.When I tried to do the same using a board with the G4 and with the same...
I am working on STM32H745BIT6 with W9812G6KH-6 SDRAM 16bit data bus. I have initialised the SDRAM and HAL driver seems to be returning HAL_OK so seems it is initialised properly.I write incremental data and read back. Observed some of the data not ge...