STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Voice compressing in STM32L4

I need to compress voice in STM32L4. Here are my requirements:* STM32L4 run at maximum 80 MHz* Voice to be sampled by ADC/DMA* Flash usage for voice compression < 50 kBytes* RAM usage for voice compression < 64 kBytes* Compressed data < 10% of origna...

RFlod.2 by Associate II
  • 144 Views
  • 6 replies
  • 0 kudos

Configure peripherals after sleep

Hi everyone,During developing applications with STM32l476, using HSI16, I choose STOP1 or STOP2 mode to reduce power consumption , and wake up with RTC Alarm.if (HAL_RTC_SetAlarm_IT(&hrtc, &sAlarm, RTC_FORMAT_BCD) != HAL_OK) { Error_Handler(); } ...

path321 by Associate II
  • 13 Views
  • 1 replies
  • 0 kudos

stm32h745 eth freertos+tcp freertos + lwip

Hello,I am new to the STM environment and need to test if one M7 core is sufficient for my project. I need to use Ethernet (simple GET, POST, and PATCH requests), an LCD touch panel, and a peripheral that requires EXTI interrupts approximately every ...

RafaelS by Associate III
  • 20 Views
  • 0 replies
  • 0 kudos

STM32C031C6 ClassB Example Code

Hi Community,I came a cross with a strange error that I can not understand the reason.As I search the read me file of the example project which is shared by ST.It is written as below.2. load the image into the target3. Execute the code- LED4 toggles ...

Embedded_Class_0-1733854797496.png

FDCAN Error Counters

Hello,Where can I find documentation on the error counters of the FDCAN_ErrorCountersTypeDef structure? I would be particularly interested in how the incrementation of TxErrorCnt behaves if hfdcan1.Init.AutoRetransmission = ENABLE; (How often does th...

MFrie.7 by Associate II
  • 72 Views
  • 2 replies
  • 1 kudos