STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F730Z8 USB HS interface not working

Hello,I am trying to use the USB HS interface of the STM32F730Z8 but I can't get it to work. I am doing this on a PCB I designed.I am using the latest version of STM32CubeIDE and I configured the interface with the CubeMX integrated in the IDE. I sel...

JStoj.2 by Associate II
  • 394 Views
  • 1 replies
  • 0 kudos

STM32G4 DualBoot example not working

Hi,I'm trying to get the dual bank image swap feature of the STM32G4 to work, so far without success.I tried first on my own board by following the (very sparse) information in the reference manual. However every time I set the BFB2 bit in software a...

MScho.1 by Associate III
  • 1033 Views
  • 3 replies
  • 1 kudos

STM32F103C8T6 CAN TEC Value

Hi Sir , I have set a project using CAN .Now I have found a problem , the max value is 0x80 ,in the datasheet it can be up to 255.Please help me to find why ,the following is my configurition code:void CanInit(uint32_t gateID){  //CAN1_Mode_Ini...

YXiao.1 by Associate
  • 646 Views
  • 2 replies
  • 0 kudos

Resolved! Some questions about OTG-FS on STM32L4x6

We are trying to Rx Bulk short packet (max packet size 4 bytes) at high speed and with low software load by using the USB HOST core of OTG_FS IP mounted on STM32L476.​Prerequisite condition・I don't use the code generated by cubemx.・Host and Device co...

NMiya.1 by Associate
  • 568 Views
  • 2 replies
  • 2 kudos

STM32F4xx drivers missing macro

Dear,It's not a bug but I think there is a missing macro in "stm32f4xx_ll_adc.h" file of the STM32F4xx drivers version 1.25.0There is a reference to the "__LL_ADC_CALC_VREFANALOG_VOLTAGE" helper macro to calculate the analog voltage reference but thi...

YDann.7 by Associate III
  • 355 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F411E-DISCO DFU Issues

Posted on June 28, 2017 at 20:56Hello all,I am having a difficulty trying to get my STM32F411E-DISCO board to go into DFU mode. After applying power to the mini USB connector (USB ST-LINK), the default program operates. I then want to go into DFU mo...