i have hex file can i check program logic from STM32 Cube
i have hex file can i check program logic from STM32 Cube
Ask questions, find answers, and share insights on STM32 products and their technical features.
i have hex file can i check program logic from STM32 Cube
Hi guys,I am having the hardest of times trying to get this to work. The only thing I got working is seeing the MCLK which shows a more of a sinewave then a PWM (is that right even)?I tried everything, to copying the HAL code as well. When using HAL ...
Our board is using an STM32H753 MCU with QSPI Serial Flash IS25WQ040. Quad SPI was enabled in CubeMX and I see the QSPI functions in stm32h7xx_hal_qspi.c. I'm just trying to get a Qspi_Test function called from main working that is currently gettin...
We are implementing and Safety project and cannot use the inbuilt Boot-loader provided by ST . I started developing the logic but the STM32H745XI Flash Erase and Flash Write does not work .The follows .{ /* Unlock the Flash to enable the flash contro...
Dear All,I am new to the STM32 world and I would like to check it is possible to connect Analog Devices DAC AD5443 using SPI to the STM32F429. DAC has a SPI running up to 50 Mhz and STM32 just to 45Mhz, but except this, the SPI timing diagram of both...
#define HRTIM_BASE_ADD (uint32_t)0x40016800 #define HRTIM_FLTINR1_ADD ((uint32_t*)(HRTIM_BASE_ADD+0x3D0)) #define HRTIM_FLTINR2_ADD ((uint32_t*)(HRTIM_BASE_ADD+0x3D4)) #define HRTIM_FLTFR_ADD ((uint32_t*)(HRTIM_BASE_ADD+ 0x368)) void ahb_timer_init...
Helo.I have a Nucleo-32 development board with STM32L432KC MCU. In RM0394 , chapter "Real-time clock (RTC) applied to STM32L43x/44x/45x/46x devices only" I found this: "Output functions: RTC_OUT which selects one of the following two outputs:– RTC_C...
There is a strange case that the codes wriitten for Compare Interrupt in STM32F373 seem to be cutting off when entering debug interface as shown in following shortcut. The one of two red breakpoints setting in programing interface are changed by a gr...