STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 Delay timer issues

Posted on January 19, 2018 at 11:23Hi all,I am trying to implement a milli and microsecond delay, most importantly a micro delay as milli is obviously provided by the HAL libraries. My knowledge of timers is quite limited so I might be missing some ...

0690X00000609MVQAY.png

Comparator in STM32F373?

Posted on January 19, 2018 at 10:34Hello i have any question about Comp in STM32F31. What is the propagation delay for low overdrive, for example 5mV? In DS is only for 100mV. For High speed mode.2. What is the output current for Low and high level ...

asrock70 by Associate II
  • 322 Views
  • 0 replies
  • 0 kudos

How to do FIR with STM32F429?

Posted on January 19, 2018 at 09:30Dear allI'm trying to make a Low Pass Filter from ADC signal within STM32F429.I came across some relative document as the belowhttp://www.st.com/content/ccc/resource/technical/document/application_note/group0/c1/ee...

0690X00000609QbQAI.png

STM32F769 Flash Memory Allocation for user data

Posted on January 19, 2018 at 03:33Hi,Flash memory address is from ADDR_FLASH_SECTOR_0 to ADDR_FLASH_SECTOR_23.Which sectors are for program code?How to choose flash sector to store user data?Please advise me.Thanks.Regards,Thiha Kyaw#stm32f769 #fla...

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
  • 1122 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
  • 679 Views
  • 2 replies
  • 0 kudos