Hi!I have a project that will not compile due to "error: 'HAL_StatusTypeDef' does not name a type".The project uses STM32H563 and includes file stm32h5xx_hal_conf.h.The HAL_RCC_MODULE_ENABLED and HAL_GPIO_MODULE_ENABLED are defined.When looking into ...
HelloWhat will happen with the IOs when MCU is put to Sleep mode (one of power modes in PWR) and register bits in RCC_AHB2LPENR for each GPIO-block are reset? When bits are reset, the peripheral clock is disabled during Sleep mode.Can the IOs still b...
HiIn the reference manual, RM0481 rev1, for analog watchdog window it mentions SQRi and JSQRi registers. I can not find any descriptions about these registers.Can someone help me clarifying this?BrImre
Hi STI am using STM32CubeMX v6.10.0 with selected MCU STM32H563ZITx.When configuring FDCAN1 I may have found a bug in the tool. The below two Nominal Time Seg1 and Seg2 say that the lowest value is "2" and the tool is limiting setting it to "1" which...
Is it possible for STM32H5 to monitor the CAN bus when MCU is in sleep mode? Upon CAN bus activity detection, MCU automatically performing the wakeup sequence to be back in normal run mode.
Yes, the application should disable everything that is not needed in the sake of saving power. When EXTI detects activity, the application can reconfigure itself to handle the activity.
With all respect, you did not answer the question related to sleep mode. You mentioned stop mode which is another mode. There are sleep, stop and standby modes.Let me rephrase my question:In sleep mode and when GPIO peripheral clocks are disabled by ...
Yes, more details come.STM32L4:It has a low power mode that is able to detect activity on CAN bus.STM32H5:It does not have a low power mode, but only a power down mode and in that mode it can not detect activity on the CAN bus.