custom bmp image encoding on stm32757i-eval board
I evaluated the jpeg codec on stm32757i-eval board with the test image provided in the example design.How to do the JPEG encoding with the custom input bmp or jpg image.
I evaluated the jpeg codec on stm32757i-eval board with the test image provided in the example design.How to do the JPEG encoding with the custom input bmp or jpg image.
Hi, I am curious one thing when using the HAL libraries. Just as an basic exapmle i assign LED1 to PB12 pin of STM32F070CBT6 as an GPIO_output. And i want to use HAL_GPIO_WritePin(GPIOB, LED1, LED1_SET); instead of HAL_GPIO_WritePin(GPIOB, GPIO_PIN_1...
Hi everyone,I'm new to embedded programming and trying to understand how SVC (Supervisor Call) works on ARM Cortex-M.I wrote a small program that triggers an SVC call, and in the SVC handler, I try to extract the SVC number by accessing the PC that w...
Hello,in all examples for the STM32H7S78-DK - including the TouchGFX applications - the frequency for the external APS256XXN-OBR-BG PSRAM is set to 200 MHz:extmem_list_config[1].PsramObject.psram_public.FreqMax = 200 * 1000000u; But in the datasheet ...
We are experiencing issues when using system bootloader on STM32H7 MCUs. Enter to the bootloader is correct - when BOOT0 pin is held high and reset is performed, MCU enters system bootloader. We use USB DFU for communication with bootloader and PC ca...
Hello, I am working on NUCLEO-F070RB board, I have developed the Custom Bootloader Code to test the Bootloader functionality I am using blinky application with HAL_Delay(1000); When I run the blinky application independently the application is workin...
Hello all.Personal emotional outburst (just jump it if you don't work for stm):I can't understand how it's possibile, but every single time I trust STM and go for an update, everything stops working and I have to loose hours of my life trying to fix ...
Hi, My board consists of stm32h733 that interfaces SDRAM via FMC. I want to execute code from SDRAM. Code is loaded from external flash(OCTOSPI) to SDRAM at address 0xc0700000.But running the code from this region causes hard-fault disabling the Debu...
DCMIPP_ContinuousMode_FSBL - DCMIPP_ContinuousMode_FSBLReading project nodes...DCMIPP_ContinuousMode_FSBL.outError[Lt006]: Incompatible object(s): evision-awb.o(libn6-evision-awb_iar.a) and 2 other objects in libn6-evision-awb_iar.a and 2 other libra...
Hello,I am listing files on the SD card using fileX. My issue that some of the files contain Czech Characters (eg. č,ž,ě,š and few more). It seems that files with czech characters are read with shortened file names. (FX_MAX_LONG_NAME_LEN is set to 25...