STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L433RB sip external ADC 14bit

i am trying to work ADS8324/TI with STM32L433RB.http://www.ti.com/lit/ds/sbas172a/sbas172a.pdfin using standard library , it is ok as below.#define ADS8324_DIN P3_3unsigned short ads8324_ReadData(void){  register unsigned char i; register unsigned ch...

hkim.1 by Associate
  • 474 Views
  • 2 replies
  • 0 kudos

Why is not ART Accelerator always enable and working?

As far as I understand, ART Accelerator improve the performance of the microcontroller and make it to save power. If what I said is ok, why is not ART always working? Why I should enable it to work. Shouldn't it always be working to improve the micro...

MVale.1 by Associate II
  • 1329 Views
  • 7 replies
  • 0 kudos

Low-Level SPI Transmit

Hello, I am using the stm32H745 device (on DISCO bd.), and am using the HAL driver to transmit and receive spi2 data without problems. However, as many people have complained on-line the HAL overhead delay to send the byte is too long.    // Send ...

STM32H745ZI - Reset ONLY CPU2

Hello!I want to use CPU1 (CM7) doing the following:1) Hold CPU2 (CM4)2) Flash new firmware for CPU23) Reset and release CPU2.During this process CPU1 must be able to keep communicating to a Host via Ethernet / lwip.______________________________I can...

SUzun.1 by Associate
  • 338 Views
  • 0 replies
  • 0 kudos

Issue with freezing IWDG in stop1 mode

Hello,Issue :- STM32L4R5 controller will restarting, because of the IWDG in stop1 mode of MCU.Approach followed : As per reference manual, by clearing the IWDG_STOP bit of FLASH_OPTR register, we can freeze the IWDG counter in stop 1 mode of the MCU....

Bhushan by Associate II
  • 326 Views
  • 0 replies
  • 0 kudos

Problem with STM32F103C8T6 STANDBY mode

I am facing a realy strange problem while trying to put my stm32f103c8t6 into a standby mode. The consumption in standby mode is .8mA (what is 40 times higher then its supposed to be) on first board (Board A) and .02mA (what is 10 times higher) on se...

Markiyan by Associate II
  • 759 Views
  • 4 replies
  • 0 kudos