STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

WIFI configuration

I am using stm32F103C8T6 controller, How to configure ATWINC1500 for WiFi establish?Please help me for how to develop connection between stm32F103C8T6 to ATWINC1500.

STM32F105 USART not receive DATA continuous using ATMEGA16.

I am using STM32F105 (25Mhz crystal freq)with atmega16. cycle of data sending:1.STM32 to ATMEGA16.2. ATMEGA16 to STM32.first cycle is working fine but in second cycle atmega send data perfectly but stm32 not receive receive continue data.

vivek by Associate II
  • 866 Views
  • 4 replies
  • 0 kudos

STM32H750B-DK not able to program using system workbench

I have purchased STM32H750B-DK. I am using system workbench for stm32 as IDE. Now i downloaded STM32CubeH7 library and trying to download GPIO_IO_Toggle example program into this board but getting the error as below:17:31:42 **** Programming project ...

VAgga by Associate II
  • 1239 Views
  • 5 replies
  • 0 kudos

Circular DMA seems to "doublebuffer" (STM32F427)

What is it that I've been missing...I set a timer to trig 7-channel ADC with DMA. The DMA is set to make 7 16-bit to 16-bit transfers circularly. It seemed to work fine, but some data started to corrupt. So I made the 7x16-bit buffer 4-fold (28 16-bi...

SDMMC 4 bit mode with DMA (STM32L4R7)

Hi,I'm trying to configure SDMMC module using DMA since I'm using FREERTOS. But in STM32CUBEMX, there is no option to configure DMA settings under FATfs.So, I'm trying to setup the DMA configuration through code. I can see that there is no definition...

Iswarya by Associate II
  • 708 Views
  • 1 replies
  • 0 kudos

STM32CubeL4 SubGHz P2P missing data

Hi,I have two B-L475E-IOT01A boards and I am testing the SubGHz P2P application available in the STM32CubeL4 package. Whenever I press the User Button on one board the led LD1 on the other board blinks, and as the ACK command is received the led LD1 ...