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

Enable VCP on STM32F072 Discovery kit?

Hi community,I'm using the STM32F072 Discovery kit (https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-discovery-kits/32f072bdiscovery.html).The ST-LINK/V2 embedded de...

How to use STSAFE-A100 with LoRaWAN The AES-128 key envelope is not useful for exchanging OTA information for session key generation.

The Marketing documentation and CubeExpansion Doxygen has some hints to the LoRaWAN use case.But the source files are not included./tmp/STM32CubeExpansion_STSAFE-A1xx_v2.3.5$ grep -ri lora  Binary file Middlewares/ST/STSAFE_A1xx/Documentation/STSAFE-...

JReis.10 by Associate
  • 472 Views
  • 1 replies
  • 0 kudos

Resolved! Max stack frame size on STM32F769?

Does this processor have a max size limit on stack frames? (as opposed to max size of total stack). The stack frame size is the amount of stack space set aside when a function calls another function (this is mainly composed of local variables declare...

ADC STM32F013RE Default is HIGH (4059 )!

I have written some codes to work with ADC Of STM32F103RE MCU, the problem is there which when I write this codes the result is 4059 for untouched and around 3585 when touched.The Codes: void ADC_DMA_init(void) {   //enable DMA1 clock   RCC_AHB...

ssabz by Associate
  • 472 Views
  • 0 replies
  • 0 kudos