STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 + OV5640: unable to capture any images

Hi! I am working with a stm32h743zit6 + ov5640 combo. I am using STM32CUBEMX + Makefile on Ubuntu.Currently I am at the state of:- Camera setup is successful- Code gets into HSYNC event callback- Code gets into VSYNC event callback- Code doesn't get ...

Robi7 by Visitor
  • 38 Views
  • 0 replies
  • 0 kudos

STM32N6 FreeRTOS LL_ATON_OSAL_WFE

Hello,Based on my understanding, in this code /* Run inference by executing epoch blocks until done */ LL_ATON_RT_RetValues_t result; uint32_t total_run_ticks = 0u; uint32_t total_wfe_ticks = 0u; do { uint32_t run_start = tim2_get_count(...

Tuomas95 by Associate II
  • 31 Views
  • 0 replies
  • 0 kudos

Moving isr_vector inside text section

Hi,I just wanted to check if is it dangerous to move the isr_vector inside the text section like this:.text :{. = ALIGN(4);KEEP(*(.isr_vector)). = ALIGN(4);FILL(0x00000000);. = ALIGN(4);*(.text) /* .text sections (code) */*(.text*)*(.glue_7) /* glue ...

UriA by Visitor
  • 56 Views
  • 2 replies
  • 1 kudos

STM32303E-Eval SD Card

Hi everyone,As part of one of my projects, I have to use an SD card to store my data. Since the final board has not yet been manufactured, I started developing my software on the STM32303E-EVAL evaluation kit.For reference, it uses the same microcont...

Stack.PNG
DNA-) by Associate III
  • 47 Views
  • 2 replies
  • 0 kudos