Hi all i need sample code for i2c, spi, can, timers, uart in STM32L162VE
Posted on April 17, 2018 at 16:38Hi all i need sample code for i2c, spi, can, timers, uart in STM32L162VE
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on April 17, 2018 at 16:38Hi all i need sample code for i2c, spi, can, timers, uart in STM32L162VE
Posted on April 17, 2018 at 17:44I migrated from Nucleo STM32F767 to Nucleo STM32H743. I am using Keil compiler version 5.25.2 and the HAL interface. I'm generating the startup code from STM32CubeMx version 4.25.0. The clock setup for the H743 doe...
Posted on December 01, 2017 at 13:51Hi All,I want to allocate array[2000][160] on STM32H743I_Eval using STM32CubeMx.Is it possible to allocate stack of this size?Regards,Manish
Posted on April 17, 2018 at 14:11Hi I have been using a Nucleo board (STM32L0 and STM32L4) and now want to design my own boards. I have been looking through the web and found information on pins to use. I want to make sure I use the correct ones be...
Posted on September 26, 2017 at 09:27After migrating project from FW_L4 v1.8.0 to FW_L4 v1.9.0 there is mising line:RCC_OscInitStruct.PLL.PLLM = 1;in function void SystemClock_Config(void)MCU is STM32L486VGT. Why this happened?
Posted on April 17, 2018 at 11:22Hi,I am using an Stm32L4 microcontroller in my Design, and want to be able to run it at up to 80mhz, but can't find any example on how to achieve this with an external crystal. The datasheet says the maximum frequenc...
Posted on November 24, 2017 at 03:14After generating code with CubeMX this is the content of my Src directory.-rw-r--r-- 0 Nov 24 00:29 dma_GV.tmp-rw-r--r-- 768 Nov 24 00:29 dma.tmp-rw-r--r-- 3556 Nov 24 00:29 gpio.tmp-rw-r--r-- 1908 Nov 24 00:28 li...
Posted on April 12, 2018 at 04:45 I bought a development board -STM3210C-SK/RAIS [Development Boards & Kits - ARM Raisonance]. I intalled the Ride 7 from the CD in the package, set up and confirmed all jumpers then opened an example - QuickStart_ST...
Posted on April 16, 2018 at 19:26Hello everyone,I'm working on STM32F407-DISC board, trying to get USB Host CDC working. I'm using library version 2.2.0.I managed to get enumeration working by fixing HSE_VALUE to be 8M and PLL_M to be 8(thanks the i...
Posted on April 04, 2018 at 18:44Hello,I have a STM32F769-Disco, which I am using to study the STM32F7 peripherals for a project. I am now trying to test USB and Ethernet peripherals, writing some text do the display and here I found my problems. I ...