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

AC6 assembly .ifdef not working?

Posted on January 29, 2018 at 16:35Seems like no matter what I try the .ifdef does not work. It always takes the default path.This happens with a symbol defined in the make settings as well as with symbols defined in any other way, including .equ an...

Resolved! LoRa, Large Packet

Posted on January 31, 2018 at 09:04HI.I am testing with ST Discovery LoRa Kit, PingPong.There is no problem sending / receiving 64 bytes.However, the size of 64 bytes or more can not be transmitted or received.Semtech says that 128 bytes are possibl...

Jin ho An by Associate II
  • 1758 Views
  • 5 replies
  • 0 kudos

Bug code generation, in CubeMX, for RTC - STM32F072CB ?

Posted on January 21, 2018 at 19:32Hello,I use a STM32F072CB model with a battery connected directly to VBAT.So, I use the RTC hardware. I use CubeMX to generate the initialisation code.Unfortunately, each time the software start, the RTC registers ...

Resolved! LSE Oscillator on STM32F769

Posted on April 04, 2017 at 18:32I have a custom board with a STM32F769 and I am having problems getting the low speed LSE oscillator running. I am using CubeMX 4.19 to generate the low level code. In order to get the oscillator to run I need to set...

STM32L4 Continous ADC DMA Multi-Channel Data Processing

Posted on January 31, 2018 at 06:57 Good Day I have an ADC Configured for Continous conversion with DMA. I Periodically stop it and quickly process the data before starting it again. I would like to know how to process the data if I enable ...

abotha by Associate III
  • 923 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L151C8T6 RTC Alarm A interrupts

Posted on May 26, 2017 at 01:19 Hello. I'm trying to use the RTC Alarm interrupt to execute code at a specific time interval. I did everything, but the interrupt code never gets executed. However, all registers seems to be properly set. Fin...

kaloyan by Associate III
  • 999 Views
  • 2 replies
  • 0 kudos

stm32f767zit6 memory card interface PINS

Posted on February 01, 2018 at 03:12hi, I am using this stm32f767ZIT6 CPU for development.I want to know which are the pins for Memory card interface?I want to use 4-bit SDMMC card interface.-Thanks#stm32-mmc #sd-cards #nucleo-stm32f7

Resolved! Static library error

Posted on February 01, 2018 at 03:54Hello,I want to use the S2LP_Sigfox_DK library. The version is 1.3.0.When I add the static library into my new project that is made by CubeMX, some compile error occurred.Let me know what should I do.What did I do...

0690X000006090uQAA.png 0690X00000609ZOQAY.png

HAL USB host HS in FS with FreeRTOS

Posted on June 19, 2015 at 10:22Hi all,I'am communicating with a 3G modem through USB. I'am using FreeRTOS (this is important).The USB is configurated like :  /*Set LL Driver parameters */  hhcd.Instance = USB_OTG_HS;  hhcd.Init.Host_channels = 11; ...

vincent2 by Associate II
  • 1031 Views
  • 4 replies
  • 0 kudos

USB TID?

Posted on January 24, 2018 at 09:38Any one know what is USB TID? And, have some one know how to get the ST USB TID number?