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

How to access and store the CSV file in stm32?

Hello,I am working on Nucleo-H745ZIQ board. I have to interface the DAC to it.And i have to get the data in CSV file .And after that I have to read the file and dump through SPI and generate the waveform.In my board I dont have the SD card .Then usin...

MDeva.1 by Associate II
  • 2207 Views
  • 4 replies
  • 0 kudos

I want to test a module, which is based on the nrf52840 development board and connected to the PC through a micro USB 2.0 cable, which runs on the AC6 tools system workbench platform. But using openocd debug, I don't know how to configure.

I don't know how to configure the config options of debug,using openocd debug. And I can't find nrf52.cfg file in system workbench, it seems that a interface file is also needed.So,how I should configure this ?In other words,"-f" and "-s" how to choo...

0693W00000Hpp44QAB.png
Xg.1 by Associate
  • 398 Views
  • 0 replies
  • 0 kudos

Does stm32g4 up-down counting mode support external events?

Hello, if configure stm32g4 in up-down counting mode, does it support external events,such as external pin event or analog comparator events?for example ,rising edge of analog comparator event set TA1 output in up count directionand the same event re...

0693W00000HpnOzQAJ.png
270284440 by Associate III
  • 418 Views
  • 0 replies
  • 0 kudos

Resolved! whats wrong in below code

uint16_t val[200]; unsigned char data[20]; uint32_t AVG_val[10]; uint16_t val_2=0; unsigned char count=0; double rms=0.0; uint32_t square = 0; double mean = 0; double root=0.0; int arr[]={15,78,59,85,56}; int n=100; int main(void) { HAL_Init(); S...

ykn by Senior
  • 658 Views
  • 4 replies
  • 0 kudos

STM32F4 Audio acquisition slowing tasks

I am using STM32F401 for audio acquisition through I2S interface and also interfaced an IMU sensor with the MCU through I2C. I am using the CCA02M2 library provided by STM for audio acquisition and a separate task for reading IMU data. When I run the...

PA.3 by Associate
  • 344 Views
  • 0 replies
  • 0 kudos

Button interrupt with time period

Hi,I want to implement button interrupt with time period to send the mcu to Dee-sleep ,and wake up. For example; When I press button for 5 sec, MCU will go to sleep, when I press the button second time for 5 sec MCU will wakes up. but I don't know ...

TPiri.1 by Associate II
  • 1278 Views
  • 6 replies
  • 0 kudos