STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Unable to read from ADS8686S properly via SPI

I am trying to read registers from an ADS8686S ADC from TI. It has the following timing diagram for register reads (from https://www.ti.com/lit/ds/symlink/ads8686s.pdf?ts=1624204868114&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FADS8686S):...

0693W00000BbTiKQAV.png
JRest.1 by Associate
  • 608 Views
  • 1 replies
  • 0 kudos

How to implement remap function in STM32L5

Hi,Because the STM32l5 not support "__HAL_SYSCFG_REMAPMEMORY_SYSTEMFLASH", Please tell me how to change the program entry point without program on-chip flash.ThanksQiZhang"void AppEnter(){ #define SYS_MEM_ADDR 0x8020000 __HAL_SYSCFG_REMAPMEMORY_SYSTE...

zqizh.1 by Associate II
  • 276 Views
  • 0 replies
  • 0 kudos

Resolved! I2C Between two STM32 boards not working

Hi,i'm trying to send data from an stm32f446-nucleo board ( as a master ) to an stm32f469-disco board ( as a slave ) but it is not working correctly,PS: Each board is connected separately to a USB Port from PC.MASTER Code :int main(void){ SystemClock...

0693W00000BbBMQQA3.jpg 0693W00000BbBMLQA3.jpg