STM32L433 IAP
Hi,I have 2 partitions on the STM32L433cct6 :IAP (to upgrade via USB) : 0x08000000 - 0x0800C000Application : 0x0800C000 - 0x08040000I have a function to jump to the application :/* Jump to user application */ JumpAddress = *(__...
Hi,I have 2 partitions on the STM32L433cct6 :IAP (to upgrade via USB) : 0x08000000 - 0x0800C000Application : 0x0800C000 - 0x08040000I have a function to jump to the application :/* Jump to user application */ JumpAddress = *(__...
Posted on November 06, 2016 at 21:04Hi, I am coding an application for STM32L053R8 using the HAL functions. Right now I need to read continuously two analog values via ADC. Because there is no need of high frequency readings, I want to try doing it ...
Current settings seem to only produce 0x000 to 0x7FF . The HAL API on the STM32L0 only has 2 Parameters in the ADC ChannelConf Type:typedef struct{ uint32_t Channel; uint32_t Rank; }ADC_ChannelConfTypeDef;Which is Clearly missing the : ...
Hello. I'm trying to figure out X-CUBE-USB-PD. As I understand it, this is an extension for CubeMX, but I can't figure out how to install this extension. Downloaded the project from the link https://github.com/STMicroelectronics/x-cube-usb-pd . I was...
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...