Resolved! What are the major changes in STM32F767BIT6 and STM32F777BIT6?
Dear st team,What are the major changes in STM32F767BIT6 and STM32F777BIT6?is STM32F767BIT6 code works in STM32F777BIT6?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Dear st team,What are the major changes in STM32F767BIT6 and STM32F777BIT6?is STM32F767BIT6 code works in STM32F777BIT6?
HAL_Init(); SystemClock_Config();// Configure the system clock to 180 MHz __HAL_RCC_GPIOA_CLK_ENABLE(); GPIO_InitStruct.Pin = GPIO_PIN_13; GPIO_InitStruct.Mode = GPIO_MODE_INPUT; GPIO_InitStruct.Pull = GPIO_NOPULL; HAL_GPIO_Init(GPIOC, &GPIO_InitStr...
During testing an SPI DAC (TI DAC8563) on an STM32F446RE (where it works) and on an STM32F767ZI (where output is always 0V), I noticed a different SPI clock waveform.In F4 you have three "8 pulses" signals from CLK (the message from MOSI is 24 bit), ...
I'm using HRTIM to generate 16 bit duty cycle PWM on a G474, it works nicely.How can I configure the HRTIM to do more than 16 bit duty cycle?I've read the HRTIM cookbook and had a look at what configuration options are available in the HAL. I was hop...
I am using STM32H743ZI2. I am confused timer internal clock. In F4, I can easily find which clock to control which timer, in h7 series manual, I can't find it easily. anybody knows that?
I WANT to solder STM32F767BGT6 instead of STM32F767BIT6.
The set-up is STM32G474 master can be connected to either STM32G431 or STM32G474 through LVDS transceivers (which delays the signals). The system clock is 170 MHz on all processors. The master uses low polarity clock edge one. The 431 works at 21....