STM32F4 LINBUS Communication Example
Hello I am working with the STM32f4 development board. I'll make one LIN(Local Interconnet Network) master and one LIN Slave instance but I don't have any example.Has anyone created a sample code?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello I am working with the STM32f4 development board. I'll make one LIN(Local Interconnet Network) master and one LIN Slave instance but I don't have any example.Has anyone created a sample code?
Hello.Reffering to AN4207(Doc ID 023945 Rev 1) Single ended zero reference mode (Page 9):This mode injects an input common mode of half scale to the ADC thus maintaining the dynamic range the same as in differential mode (-32767 to +32767). In this m...
I use STM32F103CB in my project. but I found timer interrupt fastest time can't less than 1us. Timer prescaler is 0, up counter mode, counter period is 36, no inernal clock division and auto-reload enable. When timer interrupt occur. I set Pin high ...
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...