Proposal: Add lead-time estimate to McuFinder
Lead time for many parts get into the 52 weeks region. It would be helpfull, if McuFinder would give a lead-time estimator, e.g. green for good, yellow for > 4 weeks and red for > 26 weeks.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Lead time for many parts get into the 52 weeks region. It would be helpfull, if McuFinder would give a lead-time estimator, e.g. green for good, yellow for > 4 weeks and red for > 26 weeks.
Hi all,I test the timer input capture mode. The input range is 1Hz ~ 100Hz.I set the parameter as below. (Using CUBEMX)Timer Clock : 60MhzPSC : 6000ARR: 10000void HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim) { HAL_GPIO_WritePin(LED_PORT, IN_...
I want to update the firmware and my micro is a single bank flash memory. Is it possible to do a firmware update with this micro ?? Or should it be dual bank flash memory ??Can I use AT45DB321 as a second memory bank ??
My intention is to program the STM32L432KC to utilize UART2 to monitor incoming serial data from the PC Virtual Com Port via interrupts.void HAL_UART_MspInit(UART_HandleTypeDef* huart) { GPIO_InitTypeDef GPIO_InitStruct = {0}; if(huart->Instanc...
Which SDRAM Support in STM32L496ZG ?Anyone Suggest me Thank you in advance
For seat reservation: I already have the board attached please find invoice for purchase from Digikey
Hello!Trying to launch SPI via DMA data transfer to LCD display. I has created "default" project via cube master.Created SPI2 for LCD display in 8bit Master Transfer Only mode.Added DMA1 Stream 0 to SPI2_TX Mem to Perif.In code I do:static uint8_t bu...
I have question about value of the TIM2_CH1 and TIM2_CH2 if they are not selected by any pin in AFR registers. Is there "default connection" or they are left floating or they are grounded?I need to know this as I cannot use these two inputs on any pi...
Hi,I created a new project using the GUI and after pressing the Build button, I always get below information on the Console window. The development board I'm using is STM32F407VET6 Black Board.20:47:42 **** Incremental Build of configuration Debug fo...