Generated elf file version two high that stm studio not support?
It seems that stm32cubeide generated elf file not support in many application. So is there any way to solve this issue?
Ask questions, find answers, and share insights on STM32 products and their technical features.
It seems that stm32cubeide generated elf file not support in many application. So is there any way to solve this issue?
I trying to figure out, how i should set up the complementary channels to achieve the signals, shown in the picture.If i would activate them (tim_oc1n), they would have a pwm, like the normal channel (just inverted). So i think it is only possible to...
Dear Sir.I am using stm32u585 , I tested the flash read protection mechanism using STM32uCubeProgrammer it works , The STM32uCubeProgrammer can't find the target ,However doing FOTA is working.Is it ireversibble ?. Any way to set the CPU to "normal...
Hi,I am creating a windows application to program an STM32G070 MCU using its built-in bootloader (MCU is blank) using UART & hex file.Programing is completed successful but to start the program i currently need to reset the device physically, which i...
Hi,I am using the RAMECC_ErrorCount example to understand the working. /* Analyse all memory */ for(Count = 0; Count < (MEMORY_SIZE / INC_OFFSET); Count++) { CurrentData = *(__IO uint32_t *)(MEMORY_BASE + (Count * INC_OFFSET)); } * @bri...
I just bought STM32 Discovery Board with STM32F407VGT6U ICs, the thing is i use the stm32duino extension on arduino IDE, and on one laptop we can't upload it, on other laptop the Board can't send Serial data, previously i use the STM32F407VET6 series...
Hi allI'm configuring STM32U5A5VJT to work with the USB HS crystaless. From the Cube it seems to be possibile to use one of the integrated oscillators as clock source for the USB HS but this is not mentioned in the datasheet.I'm afraid that it could ...
Hello,I'm looking the vector table described in the Table 97 of the STM32G4 series reference manual, and it shows interrupts with different characteristics, such as TIM1_BRK/TIM15 and TIM6_DACUNDER, being allocated to the same address. This is very c...
I having trouble getting the correct CAN timing configured with default 96Mhz System Clock on the NUCLEO-F412ZG eval board. I need a 250kbit/s baud rate. Here is what I have so far. The system clock setup is below.
Hello,I setup a USB virtual com port which I use for serial comm. My design has 2 boards; a panel-board and main-board. The main-board has an STM32F373 with a USB-C connector as well as ESD321DYAR diodes for DM and DP USB line protection.The main-b...