Resolved! Which FDCAN does the G0 bootloader support?
The system memory boot mode document (AN2606) states that the G0 uses FDCAN1. However, the reference manual (RM0444) states that it uses FDCAN2... Which one does the boot loader actually use?
The system memory boot mode document (AN2606) states that the G0 uses FDCAN1. However, the reference manual (RM0444) states that it uses FDCAN2... Which one does the boot loader actually use?
Hello,I have created a project in STM32CubeMX for an STM32F407VG Discovery board.I have enabled USB Device in this project and have set (visible in usbd_desc.c):#define USBD_VID 1155#define USBD_LANGID_STRING 1033#define USBD_MANUFACTURER_STRIN...
I'm currently implementing USB OTG filesystem access via the MPT protocol on a H7 with an external quadspi-flash. It works so far, but all OTG calls are interrupt functions that then call file system functions via the mpt protocol. How can you then a...
I need to read a data stream from two ADS1298 ADC connected in daisy chain configuration.According to the attached datasheet, at page 17 Fig 2, you can see that in daisy chain mode the data of the second ADC are sent after a don't care bit.To receiv...
The system memory boot mode document (AN2606) states that the G0 uses FDCAN1. However, the reference manual (RM0444) states that it uses FDCAN2... Which one does the boot loader actually use?
I'm using the STM32U575 MCU and try to use the "HAL_FLASH_Program". This MCU only allow "FLASH_TYPEPROGRAM_QUADWORD". When trying to program a few words at flash address "80F0000" (page 120) I get the error "FLASH Programming sequence error flag" M...
Posted on May 10, 2017 at 23:40The driver http://www.st.com/en/embedded-software/stsw-link009.html creates only the a USB serial port as shown here :So i try to add the Virtual Port Com Manually with the action ''add an old generation device'' in th...
MOOC FreeRTOS on STM32 v2 - 11a Context switching at 14:00, what is the WaveFroms program shown?Is it a Scope output, or some STM app,.Any help appreciated
I am using STM32H733ZGT6 in my project. For Ethernet communication, KSZ8081RNB PHY is configured in 25MHz mode such that PHY has to supply the 50MHz clock to MAC in my MCU. Problem here is, when I try to reset the MAC and its DMA controller by settin...
Hi,I am trying to use the STM32CubeMonitor-UCPD app in combination with the STM32G071B-DISCO board to analyze traffic running over an USB-C power delivery line.In order to trace I need to open the "door".My problem is that once the door is open the b...