STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

adc dma

I am using NUCLEO-H743ZI2. I configure 6 channels adc with dma reading. I am using SW4STM32. I also use stm32cube to configure the project, and I notice id file to configure data to DTCMRAM, I change data to ram_d1 manually. At the beginning everythi...

Resolved! DAC not working - Get no current/voltage from it.

Hi!I have a STM32F373VBT and when I enable the DAC output, then I get only 0.06V as output, no matter what DAC value I send to the DAC.. I don't understand why i get only fixed 0.06V as output for both of these DAC outputs.First if all, the DAC outpu...

0693W00000BcDDXQA3.png 0693W00000BcDDwQAN.png 0693W00000BcDDiQAN.png 0693W00000BcDDGQA3.jpg
DMårt by Lead
  • 1814 Views
  • 10 replies
  • 1 kudos

Resolved! Hello, I am Firmware engineer working on STM32G07 series board. While working with Flash memory I have unprotected Flash from Read and Write using STlinkUtility v 4.5.0, after this I am not able to Erase the Flash and hence not able to Debug and load.

Hello I am Firmware engineer working on STM32G07 series board. While working with Flash memory I have unprotected Flash from Read and Write using STlinkUtility v 4.5.0, after this I am not able to Erase the Flash and hence not able to Debug and load ...

SDesh.1 by Associate II
  • 2815 Views
  • 12 replies
  • 0 kudos

Combined PWM mode STM32F334

I need to generate two phase shifted asymmetric clock signals.This should probably be done using Combined PWM mode.What I need Basic clock in TIMx_ARR for simplicity 4MHz , pin 1 with PWM1 , pin 2 with PWM2Clock 1 2 3 4 1 2PWM1 1 0 0 0 1 0P...

Bazalt by Associate
  • 401 Views
  • 0 replies
  • 0 kudos

Resolved! SPI handle structure did not write and shift the register

I have declared my SPI2 base address:#define PERIPH_BASE 0x40000000U #define APB1PERIPH_BASE PERIPH_BASE #define SPI2_BASEADDR (APB1PERIPH_BASE + 0x3800)I have a SPI Handle structure:typedef struct{ SPI_RegDef_t *pSPIx; //This holds the base addr...

WM_IR by Senior
  • 1501 Views
  • 10 replies
  • 0 kudos

How to flush SPI buffer when using SPI over DMA.

I am using STM32G071RBTx on our custom boards. The controller is connected to a Beaglebone Black over SPI. The STM32 controller is working as an SPI slave and the Beaglebone as the master. There are not CS lines defined for the communication. FreeRTO...

SDas.1 by Associate II
  • 1376 Views
  • 2 replies
  • 0 kudos