STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

About using virtual com ports with STM32F767

Hello!Before I forget, I'm using STM32IDE 1.6.1 on Linux. The board is a custom design. In order to make the problem reproductible, I have reproduced the problem on a Nucleo 144 board with STM32F767.I have setup a VCOM port using USB cdc, and it work...

PG.1 by Associate III
  • 309 Views
  • 0 replies
  • 0 kudos

Resolved! STM32-Mat/Target problem with Simulink 2021a

Hi,I was able to generate code for an STM32G474 with Matlab/Simulink 2020b. After an update to Matlab/Simulink 2021a code generation is no more possible. The only STM device I can choose is "ST10/Super10".What can I do or when will a fix be available...

ThorstenO by Associate II
  • 1010 Views
  • 2 replies
  • 0 kudos

Id hardware in OTP STM32f207

Hi everyone!​I am using 1 piece of hardware that uses an STM32f207igh6 that has a registration number on it (serial). However, every time the STM32 f207 chip is damaged, it is necessary to replace the chip with a new one, so that the registration num...

LKint.1 by Associate II
  • 846 Views
  • 6 replies
  • 0 kudos

Endian problem on STM32 reading Flash

I am  reading 64bit values from flash uint64_t DATA_read = *(__IO uint64_t *)0x0801E010;Where THE FLASH ADDERSS 0x0801E010 contains 5A5A5A5A 00440040DATA_read value afer this read is 0x400044005a5a5a5aif I read uint64_t DATA_read = *(__IO uint64_t *)...

PGood.1 by Associate II
  • 983 Views
  • 4 replies
  • 0 kudos

F042 ADC DMA malfunction:?? I am using a Nucleo_F042k board but will target a F042F MCU later. I'm using DMA to set up 2 ADC channels + the 3 internal ADC values. Results : 1: 2146: 2: 1668: 3: 0: 4: 0: 5: 0. Only the first is verifiable.

I have probably missed something simple. I use CubeMx to Configure the A2D channels hadc.Instance = ADC1; hadc.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV1; hadc.Init.Resolution = ADC_RESOLUTION_12B; hadc.Init.DataAlign = ADC_DATAALIGN_RIGHT; ...

DIngr.1 by Associate II
  • 439 Views
  • 1 replies
  • 0 kudos

about dominant error

Dear Guys I get the "bit dominant error" when programming for can with STM32F302. even i set CAN_MODE_SILENT_LOOPBACK mode , also get this error after exec the statement  "SET_BIT(hcan->Instance->sTxMailBox[transmitmailbox].TIR, CAN_TI0R_TXRQ);" a...

0693W00000BZZg1QAH.png 0693W00000BZZfhQAH.png
kevin xu by Associate II
  • 546 Views
  • 2 replies
  • 0 kudos