STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32f4 HAL library

Hi, I am using the STM32F4. Now i learning to use the HAL library so i want to ensure i got the same result with and without using the HAL library but now i face some problem.I used the HAL library to control the LED by press the button it is work.vo...

Cl.1 by Associate II
  • 850 Views
  • 3 replies
  • 0 kudos

Usage of SPI with 16-bit data

Hello,I am using STM32F767ZI with a motor driver from TI (DRV8908) which works via SPI in 16-bit mode and with 5MHz and has the following requirements:1. SCLK pin should be low when the nSCS pin transitions from high to low and low to high.2. nSCS pi...

NJ by Associate II
  • 366 Views
  • 0 replies
  • 0 kudos

Hi, for several days now I have been trying to display a variable in "Snapshot acquisition mode" in STM Studio. The document CD00291015.pdf talks about this mode on page 21, talking about the "softTrace" subdirectory and the DataAcq.c and DataAcq.h files

Hi, for several days now I have been trying to display a variable in "Snapshot acquisition mode" in STM Studio. The document CD00291015.pdf talks about this mode on page 21, talking about the "softTrace" subdirectory and the DataAcq.c and DataAcq.h f...

Mbert.1 by Associate II
  • 488 Views
  • 0 replies
  • 0 kudos

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
  • 408 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
  • 1145 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 ...