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

Resolved! HAL NAND Config - SpareAreaSize / PageSize values..

Posted on January 30, 2018 at 12:52Hi.When configuring the HAL_NAND driver you need to set the PageSize and SpareAreaSizes values; /* hnand1.Config */  hnand1.Config.PageSize = 2048;  hnand1.Config.SpareAreaSize = 64;   hnand1.Config.BlockSize = 64;...

Callback function with parameter?

Posted on March 20, 2018 at 13:03Hello friends.I create callback function for uart:typedef void (*InterruptHandler) (uint32_t uart_interrupt);    InterruptHandler UART_HandlerTable[MaxInterrupt];   extern void UART_callback(uint32_t InterruptID, Int...

Questions about the stm32L0 evaluation board

Posted on March 20, 2018 at 16:54hi:I have the following questions?My question is for the official example: demo.STM32Cube_FW_L0_V1.7.0\Projects\STM32L053R8-Nucleo\Examples1.There are many routines in the stm32L0 evaluation board. Some routines use ...

STM32H743I-EVAL

Posted on March 19, 2018 at 22:06I am trying to run some of the test code in the STM32Cube Package for the H7 v1.2, within IAR, however, I am unable to download and debug the example programs.  I have tried both a J-Link and the on board ST-Link har...

stm32f723 Using all 3 ADCs at once?

Posted on March 19, 2018 at 22:40Hello,I am trying to map my pins to use all 16 channels from each of the 3 ADCs,  but it seems like I am unable to do it because not all of the ADCs channels have their own pins.  Is there a way to do this?Thanks,Con...

How To Use CR95HFlib Write And Read ?

Posted on March 20, 2018 at 16:05Hello, when i test the CR95HF C++ LIb on Linux machine, i meet some problemshttp://www.stmicroelectronics.com.cn/content/st_com/zh/products/embedded-software/st25-nfc-rfid-software/stsw-95hf004.html?dl=FrNTPnJK6hoXAN...

T Z by Associate
  • 347 Views
  • 0 replies
  • 0 kudos

STM32F413VH RTC using LSI

Posted on March 19, 2018 at 12:53Hi.We are using STM32F413VH in one of our projects. We were planning to use the RTC peripheral with LSI as clock source to get timestamps and check weather the tasks are running periodically. We are planning to use R...

sushanth by Associate
  • 692 Views
  • 3 replies
  • 0 kudos

STM32 PWM with variable Frequency

Posted on March 19, 2018 at 11:34Hi at all,I am working since some days with STM32 ( + HAL, CubeMX), because I need a Source for a PMW with variable Frequency, where f = 20..200kHz and Duty Cycle 0..100%.To realize this I started with a regular PWM ...