STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Unix epoch timestamp to RTC

Posted on January 28, 2018 at 11:48I want to use the Unix Epoch timestamp to configure the STM32 internal RTC to keep it synced up with network time. Can you advise how I can convert/use the milliseconds since 1970 Jan 1 to be applied to the interna...

Ken CK by Associate II
  • 4612 Views
  • 3 replies
  • 1 kudos

Booting from flash with stand alone board

Posted on January 24, 2018 at 13:48Hi!I've written an application on an STM32L746RG Nucleo-64 board.  The app uses the LL library and was written on Linux using eclipse ide cube MX.Everything is working as expected and now I want to test the applica...

Resolved! ADC not ready after enable (ADRDY bit)

Posted on January 23, 2018 at 16:15Hi everybody,i'm using the ADC on STM32L051.After enable operation (ADEN = 1) it will not be ready never (ADRDY bit).I put my code hereCan you help me?thanks in advanceDamianoRCC->APB2ENR = RCC->APB2ENR | 0x200; //...

STM32L011 Issue w/ LL Comparator Driver

Posted on January 24, 2018 at 21:43 Hi All, I was having some issues with getting comparator 2 working on my STM32L011K4 (Category 1 Device). I was trying tocompare a voltage on PA7 with 1/2 VREFINT. It wasn't working the way I intended it to....

0690X00000609KBQAY.png 0690X00000609U4QAI.png 0690X00000609InQAI.png 0690X00000609UJQAY.png
Nolan L by Associate III
  • 419 Views
  • 0 replies
  • 0 kudos

Software Serial in STM32

Posted on January 24, 2018 at 06:48Hello everyone,I was curious if anyone has worked on something like Software Serial for STM32 and if there is any library made for it? If yes, please share.#hal-uart #stm32

Resolved! f_write without char data types

Posted on January 23, 2018 at 16:29Good day everyone,I have a slight issue, I'm storing data in the form of uint16_t data types.This data will be read in from an ADC and have values of 0 and 1. I'll have an array of 192 of these 16 bit values that I...

con3 by Senior
  • 807 Views
  • 5 replies
  • 0 kudos