STM32L152RE, RTC and STOP MODE for Low power
Posted on February 03, 2017 at 10:38 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 03, 2017 at 10:38 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 05, 2017 at 14:01i am trying to programm stm32f429 MCU on custom board with keil,i have generated project with cubeMx but when trying to programm the MCU i get the message 'Flash Timout. reset Target and try again'.keil can see th...
Posted on February 06, 2017 at 11:14RM0090 rev.13, 7.3.15 RCC APB2 peripheral clock enable register(RCC_APB2ENR), should be removed entirely - while ch.7 is for the '40x/41x, this subchapter contains RCC_APB2ENR for the '42x/'43x. Note, that there ...
Posted on February 06, 2017 at 13:32I have data coming through UART interrupt to STM32F4, I need to stop receiving bytes after say 20millsec.It was implemented using Std peripheral library, I am trying to implement the same in HAL library:void Logge...
Posted on February 05, 2017 at 11:03I am use stm32f429.Me need USB HS connection (speed 480 Mbit/sec) configured as 'Device_Only'.Can I am C for this application?Or me need use external PHY ?OTG not need me.Thank you.
Posted on February 06, 2017 at 04:13Hi, I am working on a project using EXTI interrupts from the GPIO pins on the STM32F303 Discovery Board. I am using the STM32F03x_StdPeriph_Driver and CMSIS libraries. In these libraries EXTI 1-16 are defined, whi...
Posted on February 06, 2017 at 06:27My goal is to reuse code of serialisation library for nRF51 device found in AN4499. The given application runs on STM32FL151 device but I have to use it on STM32F4 device.Does anyone familiar with porting from L1 ...
Posted on February 05, 2017 at 18:47Hi everyone,I'm having issues with a simple Pong game that i'm doing. The games consists of 2 pads and 1 ball, the ball moves accordingly to the program till any player use its pad. When a player moves the pad on ...
Posted on February 03, 2017 at 07:14New version of STM32CubeMX 4.19.0 is giving the following error. what is the problem with LWIP version 2.0.0?The same .ioc file is working for https://community.st.com/thread/36796-stm32cubemx-4190-lwip-problem?ru...
Posted on July 04, 2015 at 17:14I have stm32f0discovery and ili9431 2.2 tft display which work tried with arduino with level shifter.I want to port same library to stm but there is a catch I even tried before if hal_spi_transmit function which works...