STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hard Fault from ADC_IS_CONVERSION_ONGOING_REGULAR macro

Posted on August 18, 2017 at 09:40Hello, I'm using a STM32L071CB.Some times my code go to HardFault_Handler.After many test I seen that the interrupt start from  if (ADC_IS_CONVERSION_ONGOING_REGULAR(hadc) == RESET)in HAL_StatusTypeDef HAL_ADC_Start...

RTC ALARM + PA0 Wakeup from standby, problem

Posted on August 16, 2017 at 18:45I have a problem with STM32F415RG....My project has two system of wakeup from standby, first is PA0 pin and other RTC Alarm.If i put a single way of wakeup, like only PA0 wakeup work, if i put only RTC ALARM wakeup ...

Marco1 by Associate II
  • 766 Views
  • 5 replies
  • 0 kudos

Rtc Alarm and PA0-WKUP flag

Posted on August 18, 2017 at 21:48Hi,i'm working with STM32F415RG and i want only ask a easy question.I'ts possible to detect if the chip (during StandBy mode) is wakeup from RTC ALARM or from PA0-WKUP pin ? some flag will be setted ?Regard

Marco1 by Associate II
  • 553 Views
  • 2 replies
  • 0 kudos

auto software update

Posted on August 19, 2017 at 02:31Hello,     The chip's type is  STM32F051x4. Using the tool of ST-LINK/V2 and STM32 ST-LINK Utility  loads the software.Now I make use of these tools to auto update our product's software,How can I do?Thanks!

Resolved! Bus Fault but CSFR = 0x400 is a reserved bit

Posted on August 18, 2017 at 23:06I modified the source code from the ST library example LwIP_HTTP_Server_Socket_RTOS and make it work on our board. At first, everything is good, http server, UART console, USB console, telnet client all works. Until...

Resolved! Floating point instructions

Posted on August 17, 2017 at 15:16I am using STM32F303VC with System Workbench IDE.I can't for the life of me get the hard floating point option to work. The compiler never generates floating point instructions. It' only generating soft code with li...

Virtual COM Port Trouble

Posted on August 11, 2017 at 00:03Fedora 25 (64 bit)STM32F746G Discovery boardI've been able to program the board using a simple Makefile project.  The board flashes and runs the program, in this case, a LED flasher that has code to send messages to...