STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use Hyperflash/Hyperbus with STM32H562

Hello,I am trying to use infineons S26KL128SDABHI020 HYPERFLASH memory with a STM32H562VI microcontroller.For now I am just trying to do a simple write and read manually to make sure that everything is working.I use the OCTOSPI module with Hyperbus-m...

J_Kirsch_1-1732704012873.png
J_Kirsch by Associate II
  • 388 Views
  • 6 replies
  • 1 kudos

Resolved! choose of a MCU

Good morning.I used the CUBEMX board selector because I wanted an MCU with many ADC. I chose the U family because it was written that it has 25 ADC and one CAN.Unfortunately, I did not find these ADC while using the wizard. I only saw 3. how could i ...

Jad_0-1728653026940.png Capture d’écran 2024-10-11 à 15.26.59.png
Jad by Associate III
  • 346 Views
  • 3 replies
  • 2 kudos

external interrupt

 void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { if (GPIO_Pin == GPIO_PIN_1) { uint32_t current_time = HAL_GetTick(); if ((current_time - last_interrupt_time) > 500) { last_interrupt_time = current_t...

XooM by Senior
  • 657 Views
  • 14 replies
  • 2 kudos

Resolved! stm32h750 vb adc+dma LLlib issue

Spoiler  HELLO,I have 2 issues1. A bug reportCubeMx generated init code is wrong with LL libthe marco config is not change from HAL to LL2. I cannot enable dual ADC1/ADC2 continous conversion with dma, and at every tranfer finish trigger a intteruptb...

mize_0-1720768050887.png mize_1-1720768115515.png
mize by Associate III
  • 716 Views
  • 4 replies
  • 0 kudos

Pulse width measurement under interrupt

Hello everyone,I'm designing a new system based on the STM32F746BET6.Basically it's just reading and writing GPIOs and receiving/transmitting data through a few interfaces (ethernet and I2C). The system receives a 100 bit/sec data frame every second ...

Cannot write to Micron NOR flash

I’m trying to write data to the [MT25QL512ABB NOR flash](https://media-www.micron.com/-/media/client/global/documents/products/data-sheet/nor-flash/serial-nor/mt25q/die-rev-b/mt25q_qlkt_l_512_abb_0.pdf?rev=0ef0faa5f7b645d7bc11c30bfd27505b) using an S...

ryansrichai_0-1715647207878.png ryansrichai_1-1715647207885.png