STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB project example

Hello,I need very simple communication of my STM32F722RET6 via USB (Full Speed) - I need to send every 10 ms only data of 20 bytes to some program made by C# in Visual Studio. I found some samples of USB communication on GitHub but I was not able to ...

Resolved! Bus sharing

-Hi, wanted to know, how to go about having a parallel bus shared by microcontroller and fpga. -fpga and microcontroller both r/w from external sram over the same bus.1. What should be the configs for microcontroller : fsmc in memory to memory with D...

GauravK by Associate II
  • 169 Views
  • 4 replies
  • 1 kudos

Resolved! Poor ADC quality on some Nucelo boards

Hi everyone I need your help. I am currently writing my masther thesis and I need robust and not noisy ADC read. I am using Nucleo board in my project so I hope hardware should have no effect in my case. The problem is ADC quality. I've tested three ...

KubaPy_0-1713011840697.png KubaPy_1-1713011857715.png
KubaPy by Associate II
  • 177 Views
  • 5 replies
  • 2 kudos

SPI Transmit and Receive in STM32F207ZGT6

int main(void){HAL_Init(); SystemClock_Config(); MX_GPIO_Init();MX_SPI1_Init();MX_USART3_UART_Init();/* USER CODE BEGIN 2 */----> HAL_SPI_Receive_IT(&hspi1, (uint8_t*) &rx_data, sizeof(rx_data));/* USER CODE END 2 */while (1){HAL_SPI_Transmit(&hspi1,...

vbk22398 by Associate II
  • 143 Views
  • 3 replies
  • 0 kudos

Resolved! ADC data is only being read alternately (TIM1 + DMA)

"Hi,I am trying to read an ADC value from the feedback of a PWM signal generated via TIM3 PWM.TIM1 generates a PWM signal with 4 channels, including complementary channels. The CCR value updates from the Sine table using DMA.The ADC is being read whe...

kk.jpg

Resolved! STSW-IO-LINK on STEVAL-IDP004V2

How to open the STSW-IO-LINK evaluation firmware in the STM32CubeMX development platform? STSW-IO-Link is downloaded and extracted. The *.ioc file seems to be missing in the STSW-IO-LINK firmware package!

Luna by Associate II
  • 435 Views
  • 10 replies
  • 1 kudos