STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32L4 DFSDM clipping

Any ideas why values would be non linear in the approximately the upper 1 to 2 bits?For the setup below, it is linear to between -17000 to +14000. Doubling the + output only yields around +18000. These are raw values. This really acts like an overflo...

0693W00000QNKABQA5.png
_EFrie by Senior
  • 2911 Views
  • 3 replies
  • 0 kudos

Resolved! how to write data into stm32l5 flash memory

uint64_t write = 0x1111111122222222;HAL_FLASH_Unlock();if(HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD,0x0807F000,write)==HAL_OK) { HAL_GPIO_WritePin(GPIOG,GPIO_PIN_12,GPIO_PIN_RESET); } HAL_FLASH_Lock();

sra by Associate II
  • 904 Views
  • 3 replies
  • 0 kudos

STM32F446ZET6 - Struggling to get the CAN running

Hi,I'm struggling to get the CAN working on a project I'm working on with the STM32F446ZET6. With the project below (CastletRestart) i just get a flat line of 3.3V high on the TX line for CAN1, this is being tested in loop back mode, with the TUT_CAN...

CBrun.5 by Associate II
  • 277 Views
  • 0 replies
  • 0 kudos

ADC Common-mode range

Hello, I am trying to understand the common-mode range in differential mode - according to the data-sheet, it looks like it is quite narrow:Could you please clarify?We wish to wok with 0 to 2.5 V signals.Thanks.

0693W00000QNGk5QAH.jpg
Sharon by Associate II
  • 1291 Views
  • 9 replies
  • 0 kudos