STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB performance on STM32H7

Hi All,This is related to performance on USB Host in FS mode. I have built custom board with STM32H743BIT6.Main interfaces on this are - USB FS Host, SD Card (SDeMMC interface used), LTDC, 16Mbyte SDRAM and Ethernet. All the interfaces are up and run...

rangam by Associate
  • 236 Views
  • 0 replies
  • 0 kudos

Low Level SPI transaction on STM32F439z

I've been messing with the LL drivers for SPI and have run into some confusion.I have HCLK set to 100 Mhz and PCLK1 set to 25 Mhz.I set up the bus using the code generated from STM32cubeMX:static void MX_SPI1_Init(void) {   /* USER CODE BEGIN SPI1_...

0690X0000087dQiQAI.jpg 0690X0000087dQdQAI.jpg 0690X0000087dQnQAI.jpg
CMott by Associate
  • 2009 Views
  • 7 replies
  • 0 kudos

STM32F103 boot loader question

Occasionally I get a crash - I think when stack meets heap in certain circumstances but I'm still working on that and it's not the issue I'm asking about.The problem is that when the processor crashes I use the boot loader to reload another code buil...

MikeDB by Lead
  • 281 Views
  • 0 replies
  • 0 kudos

in STM32F373 SDADC example for RTD measurement and I am getting huge noise in raw ADC and RTD temperature variation after configuring other peripherals like TSC and SPI for LCD.

I have used SDADC RTD temperature measurement example from \STM32Cube\Repository\STM32Cube_FW_F3_V1.10.0\Projects\STM32373C_EVAL\Examples\SDADC\SDADC_TempMeasurementwith the same micro STM32F373 and I am getting huge noise in raw ADC and RTD temperat...