Forum Posts
Resolved! AN2606 pattern 14 ('G4 Cat.3) clarification
Also, please add the details of bootloader entry through empty FLASH for Cat3. into RM0440.Thanks,JW
Resolved! How to activate bootloader is not consistent across documentation for STM32G051K8Tx (I do not know about other processors.)
AN2606 Rev 55 Page 241/432 says "... bootloader is activated by applying Pattern 6... Table 2"AN2606 page 27/432 Table 2, Pattern 6. Boot0(pin) = 1, nBoot1(bit) = 1, nBoot0_SW(bit) = 1Boot0(bit) = 0, nBoot1(bit) = 1, nBoot0_SW(bit) = 0Other two cases...
CANopenNode STM32 and FreeRTOS
Does anyone have experience running CANopenNode together with FreeRTOS?Is it enough to use CO_LOCK_CAN_SEND, CO_LOCK_OD and CO_LOCK_EMCY when accessing the OD variables from other tasks?
Resolved! Are the STM32-CLASSB libraries compatible with STM32L4 series?
Design phase of project and looking to add self test to a project using a STM32L476xx.STM32-CLASSB-SPL looks like the best way to achieve this.Can't fathom from the literature if the STM32L4 is compatible with these libraries.I fear it isn't.
HAL_I2C_Mem_Read_DMA and HAL_I2C_GetState never gets HAL_I2C_STATE_READY
Hi,I use the NUCLEO-F091RC, STM32CubeIDE with the MCU Package 1.11.3 and FreeRtos.The I2C1 is used with an Eeprom. So I would like to use the function HAL_I2C_Mem_Read_DMA as it is shown for example STM32Cube_FW_F0_V1.11.3\Projects\STM32091C_EVAL\Exa...
STM32L552xx USB low speed mode?
Can STM32 USB device (ACM) be configured as a LOW SPEED device? It seems like USB SW and HW doesn't support configuring a low speed ACM device. Any help is appreciated in advance. From page 1953 of Ref. Manual:
ADC implementation with DMA in STM32G431 using LL_DMA API functions and Zephyr framework
Dear AllI am working on STM32G431 trying to implement ADC using DMA in Zephyr framework.Below is my code,#include <zephyr.h> #include <sys/printk.h> #include <drivers/adc.h> #include <stm32g4xx_ll_system.h> #include <stm32g4xx_ll_dma.h> #...
PTP clock source is SYSCLK or HCLK?
The reference manual for STM32F407 shows (RM0090) that the PTP clock is running from the SYSCLK directly, however, the PTP chapter says that it is controlled by the HCLK. I'm confused now, and experiments show that it is running from HCLK actually. S...
Why can I ping my STM32F417ZGT6 via cmd but can't open it's website via Chrome?
Hello all,As part of a sub-project, I need to be able to call a local web page using an STM32F417ZGT6. The code was generated and written with Cube IDE and tested on a MCB32 board with a STM32F107 processor. On the MCB32 board the web page can be cal...