STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPSGRFC-433 Module mbed initial setting example

Posted on January 19, 2018 at 08:07I am looking for an example..The example of X_NUCLEO_IDS01A4 is modified and repeatedly (send) succeeds, but it does not work to send after receiving from receiving side..I wonder if you have any examples.The sendi...

windows serial tool to send hex data

Posted on January 18, 2018 at 05:58i have used hyperterminal in windows,but i want to send a block of hex data (for eg:('hi'->0x68,0x69).i tried tera term.but i am able to send one byte a time not a string at one time.i am not sure if i missed somet...

STM32L0 consumption

Posted on January 17, 2018 at 16:04Hi GuysI'm using and STM32L011 MCU with HAL library and RTC running on a WakeUpTimer of 60seconds.I enter stop mode in the following way:void gotosleep() {     __HAL_RCC_PWR_CLK_ENABLE();    HAL_PWREx_EnableUltraLo...

xarion by Associate II
  • 391 Views
  • 3 replies
  • 0 kudos

Huge repetitive LPTIM interrupts

Posted on November 30, 2017 at 10:53Hi everyone!I've been recently using the LPTIMER, along with the compare and autoreload interrupts. Microcontroller is an STM32L073.It has been working fine, mostly, but I realized that if I remove a delay (which ...

STM32F031x6 RTC Wakeup Timer

Posted on December 25, 2017 at 22:04Hi GuysI'm trying to implement the function HAL_RTCEx_SetWakeUpTimer_IT in stm32f0xx_hal_rtc_ex.h file.My device is STM32F031x6However I see the following code in the .h file:#if defined(STM32F071xB) || defined(ST...

xarion by Associate II
  • 248 Views
  • 2 replies
  • 0 kudos

Power Supply

Posted on January 18, 2018 at 11:14Hi all, i'm using STM32F407VG Discovery with expansion board. I have two questions:1 - Why when i try to connect my smt32f4 using the 5V pin and the GND pin with an external power supply without a USB connection my...

Resolved! Backslashes in audio_player_app.h in cube f7 1.6.0

Posted on February 05, 2017 at 22:11In file included from /Users/john/STM32Cube/Repository/STM32Cube_FW_F7_V1.6.0/Projects/STM32F769I-Discovery/Demonstration/Modules/audio_player/audio_player_app.c:49:0:/Users/john/STM32Cube/Repository/STM32Cube_FW_...

STM32091C-Eval Board

Posted on January 18, 2018 at 15:28I am working with the STM32091C-Eval board trying to see how the touch pads work.  I have selected the TSC example code and gone to build the code using TrueStudio.  I receive the following error message:08:27:19 *...

stmcubemx convert c to c++

Posted on May 05, 2017 at 20:10Hello, When I compile STM32CubeMX generated C file with my IDE ( OpenSTM32 last version) to C is ever think ok.In the Project Explorer I convert to c++.But when I change main.c to main.cpp I get an error message “make:...