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

Setup Custom Node for iota in B-L4S5I-IOT01A

Hello I added a custom node and changed the default from the original code (https://api.lb-0.testnet.chrysalis2.com/ ) ,but i noticed i get some error messages from the functions of the main menu .I would like to know if that has anything to do with...

DKosy.1 by Associate II
  • 1339 Views
  • 5 replies
  • 0 kudos

Resolved! DMA_UART_Receive_Problem_Reg

Hi, I am using STM32H750VB Controller. I am using DMA transmit and Receive(Circular Mode) .In receive I am defining an DMA array of fixed size of 10 bytes. My problem is that when 5 bytes of data(first data) is received the array gets updated (...

Resolved! Jitter in ADC+DMA mode

Hi,I've configured 3 ADC channels (IN2, IN3,IN4) in DMA mode (device=STM32L475RCTX running at 80MHz) as shown:  I want to set a sample time of 6400Hz (156.25ms) so here's the TIM4 configuration In order to test the sample time I toggle an output pin ...

0693W00000APo4wQAD.png 0693W00000APo56QAD.png 0693W00000APo5LQAT.png 0693W00000APo4tQAD.png
Gaston by Senior
  • 1594 Views
  • 5 replies
  • 0 kudos

Resolved! What tool or script is used to generate the following code and how it's done? I need to generate similarly for STM32H7 series

// STM32F407VG, STM32F407ZG, STM32F405RG// DO NOT EDIT! Automatically generated!static void stm32f40x_usart_create_objects(Object *obj, JSON_Object *svd,       const char *name){   STM32USARTState *state = STM32_USART_STATE(obj);   JSON_Object *perip...

AHuss.3 by Associate II
  • 1443 Views
  • 5 replies
  • 0 kudos

STM32L4 - SD card writing problem

Hi, I have custom HW on HW I`m using MCU STM32L496RTx and SD card. SD card is connected with SDIO to MCU and in FW I`m using HAL libraries - DMA+SDIO+FATFS.My aim is to periodically save datasets to SD card. I generate string with 51 characters. I ...

0693W00000APmRKQA1.png
lorant124 by Associate III
  • 758 Views
  • 1 replies
  • 0 kudos

Resolved! Transmit data on UART without using any HAL function

Dear all,I am working on STM32F413 microcontroller. I want to transmit data on UART without using any HAL function. And I want to send data in non blocking mode means on interrupt mode not in polling mode.Can anyone help me out in this?Thanks

MGami.1 by Associate III
  • 5957 Views
  • 5 replies
  • 3 kudos

Why SPI3 not working on STM32H7 to acquire MEMS microphones

Hi, I'm trying to port the SMARTMIC1 package (based on STM32F446) to the STM32H743 board with the CCAO2M2 board and MEMS microphones. To acquire the audio I use 2 SPI : the SPI2 in Receive Only Master (SPI2_SCK on PD3 and SPI2_MISO on PC2) and the SP...

AAMAN.1 by Associate II
  • 1224 Views
  • 7 replies
  • 0 kudos