Example code to wakeup from standby mode
Posted on June 13, 2018 at 12:32Hello Please could someone give me a code for STM32L4 to get out off standby mode using WAKEUP Pin 1
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 13, 2018 at 12:32Hello Please could someone give me a code for STM32L4 to get out off standby mode using WAKEUP Pin 1
Posted on January 03, 2018 at 22:43For I2S, data are latched on the falling edge of CK (for the transmitter) and are read on the risingedge (for the receiver). That, according to CKSTR's description above, means to set CKSTR=1 for both transmitter a...
Posted on June 13, 2018 at 11:47Hello,the device headers for F0,F1,F2,F4,F7, L0 and H7 all contain definitions for FLASH_(BANKx_) END. Headers for F3 and L4 do not contain these definitions.Please add these definition.Thanks
Posted on June 12, 2018 at 16:05Hello,is there a place to download the default image files as flashed on the Nucleo/Discovery/etc boards when sold?When people asked for these file, all advice I found was to compile from the Cube sources. This requir...
Posted on June 13, 2018 at 09:13Hello all,I have a proplem with initialising variables in a function. The function is -with some other functions- in a seperate .c file. Here is a picture with the start of the function.The variable last_block and the...
Posted on June 12, 2018 at 08:31Hi, I am trying to enable the SWV on the STM32F746ZG, but without success. I generated the code with CUBEMX (enabled the Trace asynchronous SW) and in debugger configuration configured interface SWD, and trace SWV (wi...
Posted on June 13, 2018 at 10:49Hi!- usingSTM32L011F4U6 micro-controller, - compiling with arm-none-eabi-gcc- flashing / debugging with OpenOCD 0.10.0when we usedSTM32L053xx, everything was working perfectly.we were able to flash / debugnow, when sw...
.
Posted on June 13, 2018 at 08:33When I try to read from ADS 1299 by using read command. The data sent by ADS 1299 is loaded into SPI data register of stm32f303 but sometimes it appears in lower 8 bits and some times in upper 8 bits.
Posted on June 13, 2018 at 01:31Hello, I went to STM32 IoT discovery Kit seminar last year at San Francisco. At that time, I received a demo board (STM32 IoT Discovery Kit) with a USB memory card. Recently we have a project may need this MCU, and I ...