STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is HARDWARE NSS PULSE possible for SPI_TIMODE or MOTOROLA MODE master connected with a single slave device using DMA in STM32F407VG

I have currently configured the SPI in the following configuration hspi1.Instance = SPI1; hspi1.Init.Mode = SPI_MODE_MASTER; hspi1.Init.Direction = SPI_DIRECTION_2LINES; hspi1.Init.DataSize = SPI_DATASIZE_16BIT; hspi1.Init.CLKPolarity = SPI_POLARITY_...

RK.1 by Associate II
  • 719 Views
  • 1 replies
  • 0 kudos

DFU Tool for STM32 F Series

I viewed this question earlier.The Github link provided in answer to the question is of a project which seems to be no longer maintained and seems to be obsolete. I have built and run the project on my Android device and faced some reliability issues...

JJang.1 by Associate
  • 631 Views
  • 2 replies
  • 1 kudos

Debugging/flashing bluepill (stm32f103c8) doable only once??

Hi, im flashing code autogenerated with STM32CUBEMX and using STM32IDE trough an stlink(from a nucleo-F303RE).The problem: after flashing/debugging the SW pins are left unusable? because i cannot reflash or access the board again unless i manually pu...

0693W000001pkIqQAI.png 0693W000001pkIRQAY.jpg
Javierio by Associate III
  • 410 Views
  • 1 replies
  • 0 kudos

Where do I find a working example of configuring and compiling the Opus codec library on a Linux machine for an STM32F407 target?

Something along the lines of: ./configure CFLAGS="-O2 -mfpu=neon -mthumb -mcpu=cortex-m4" LDFLAGS="--specs=nosys.specs" --host=arm-none-eabi --disable-rtcd --enable-fixed-pointStill having issues with make errors, e.g., celt_pitch_xcorr_arm-gnu.S:54...

DBust.1 by Associate
  • 488 Views
  • 1 replies
  • 0 kudos

Setting of GPIO PUPDR and OTYPER for SPI pins

Hello,I know it sounds like a basic and dumb question but I actually didn't find the answer.I have communication issues between 2 STM32H743 based Nucleos.On the master I use SPI1.If I use SPI1 on the Slave it works fine (repeated send/receive communi...

Gpeti by Senior II
  • 4429 Views
  • 18 replies
  • 0 kudos

How detect a rising edge ?

Hi,I have a school projet about preventive maintenance on WC. Due to the COVID-19, we no longer have access to the material, but we have to try to continue the project.We use a turbine which is connected to the water access (in the WC) and it will be...

P07 by Associate
  • 461 Views
  • 1 replies
  • 0 kudos

Low Power mode on STM32L486 with RTOS

Hi,I'm working on a custom board based on STM32L486 MCU, the microcontroller will stay most of the time in standby and will wake up using a physical button connected to SYS_WKUP3. This to say that the overall board consumption have to be as low as po...

GFavr by Associate II
  • 370 Views
  • 0 replies
  • 0 kudos