Where can I find the RTC example for Stm32l431's LL library
Posted on February 16, 2017 at 09:07Where can I find the RTC example for Stm32l431's LL library or Provide an example of RTC to me about STM32's LL Librarythanks#stm32's-ll-library
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 16, 2017 at 09:07Where can I find the RTC example for Stm32l431's LL library or Provide an example of RTC to me about STM32's LL Librarythanks#stm32's-ll-library
Posted on January 20, 2017 at 12:39Hi,We are using STM32f429 microcontroller for our project.I'm having problem receiving buffer in USART DMA data between two stm32f429 controllers with the Baud rate of 9600.We are able to receive all the data eve...
Posted on February 16, 2017 at 07:23Hello, I am trying to communicate with rfid rc522 using stm32f0 series processor. Spi driver libary is created using cubemx. I am not able to read card id. I tried arduino to receive data from rfid rc522 it is suc...
Posted on February 15, 2017 at 22:10Hi,We are looking to automate the programming of the .hex file. Currently we are using the ST-Link tool to manual load then programming the .hex file to the uC. But we will automate the process using our own sof...
Posted on February 05, 2017 at 13:11Hello I am new with using the BlueNRG1, so I am having trouble flashing the STEVAL-IDB007V1. I'm trying to get the binary image to upload it to the BlueNRG and I'm using ATOLLIC TrueSTUDIO to compile my version o...
Posted on February 15, 2017 at 14:40 Hello:I am trying the demo model STM32F407_DAC.slx in folder STM32-MAT\STM32\STM32demos\Test\DAC\, when I compile this model, there are pop up two windows as follow: but I check the .ioc file no problem.My soft...
Posted on February 14, 2017 at 18:28I read that full FreeRTOS MPU support is available on the Cortex M3, and the M4F. The STM32L4 is advertised as being a Cortex M4 (without the 'F'), so my question is, does FreeRTOS provide full MPU support for th...
Posted on February 15, 2017 at 14:21Hi, I am just coming from anothr controller and learning the different parts of the STM32L0 for low power applications. I am about to start on the 12bit A/D, which hopefully will save me having to add an extern...
Posted on February 15, 2017 at 12:56Hi all,I'm trying to set-up the USART interface.. Very complicated.. but on the debug if I insert a breakpoint on the USART1_IRQHandler the program goes to NMI_Handler.. Why? Thanks a lot.
Posted on February 15, 2017 at 11:48Hello;I am trying to add timeout to my USART reception.I am using USART1 interrupt to start a timer (a sofware timer using system timer). disable interrupt and after time out i should get the data (data packet is ...