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.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
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.
Dear friendsI am trying to develop a bootloader with STM32F469BIT mcu. First of all, I divided the 2048K flash area allocated to me into zones according to certain sector addresses. These areas;Bootloader -> FLASH (rx) : ORIGIN = 0x8000000, LENGTH = ...
Hi all I am trying to understand how can I send data and recieve ,,Can you share any example code or something. I am sharing my project can you so confirm me is configuration is correct. B.R Ashish
Hi,I'm starting to try things with the new N6 MCU serie using the NUCLEO-N657X0-Q devboard on STM32 CubeIDE 1.18.0.I'm pretty confused with the new .ioc project configuration and the possibility to configure my board on "FSBL" or "App".I generated a ...
hi all, I am using STM32F733xx and i want to read the Vout i will be monitoring is between 1-5v, to read that i have used analogue pins PG13, PH3 ,PH2,PG14, PE2,PE3, PE6, PE4,PE5,PF1,PF0,PF2I already have the PCB so i cant change the design can anyon...
Split from EEPROM Emulation: meaning of the VirtAddVarTab as this is a new question.The eeprom emulation in my simple trial sofware is working fine. The code is quite small.I tried to use this software inside a more complex program, larger than 64K, ...
The evaluation board, STM32H743I-EVAL, is used. Where can I find the sample code?I would like the source code.
I'm working on a bare-metal project using an STM32F407VET6 (generic “black board” from China - https://stm32-base.org/boards/STM32F407VET6-STM32-F4VE-V2.0.html). I'm trying to trigger ADC1 conversions using TIM2_TRGO (timer trigger output), but the A...
Not a bug as such, but a nuisance none the less, and likely to catch out those less familiar with the quirks of H7 Ethernet MAC DMA...If you set up Ethernet and LwIP the way that is recommended (and partially done by STM32CubeMX), with the Ethernet t...
I have a raw dataset in header file; I have to do some post processing with it ; So How can I get it done with USART by plotting the waveform .even After Configuring USART2 and UCPD with CDC also I dont find USART is detected; If I Am wrong Correct m...