STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Any way to lower RAM in order to add to FLASH?

Hello All.I am working on a small project for a friend while learning the STM32 environment.The project is currently using a STM32F030x4 in a 20 pin TSSOP20.I have committed a sin; I have run out of Flash Memory.Is there any way to reduce the RAM all...

SScot.3 by Associate II
  • 2472 Views
  • 12 replies
  • 0 kudos

STM32 interrupt service routine and volatile variables

Hello,I'm using an stm32f411 which is a cortex M4 device.In my application I have an interrupt from an IMU in a 400hz frq. Every time the interrupt is called I want to read data from the sensor and process it using a filter function.I have a few ques...

EPora.1 by Associate II
  • 2677 Views
  • 6 replies
  • 0 kudos

For ADC input, my input signal is sinusoidal with no DC, that is, it has positive and negative value. Is it possible to convert a negative value without problem?

In the document, the input level is limited by Vref+ and Vref-. But Vref- seems to be tied to GND in general, which implies a negative value cannot be converted without problem.Can Vref- be connected external -5V or -3.3 V for handling a negative val...

JKim.81 by Associate II
  • 1009 Views
  • 6 replies
  • 0 kudos

STM32 SPI slave mode doesn't transmit properly

I am using an STM32G030C8T6 as an SPI (Slave device) which receives characters from a Raspberry pi (Master device), receiving works perfectly! no problems there, however when i try to send data from STM32 to Pi, it seems that the STM32 gets stuck for...

NNida.1 by Associate
  • 1163 Views
  • 2 replies
  • 0 kudos

STM32L151CBT6 as SPI Slave: HAL_SPI_TransmitReceive sends Bytes of an 64 Array twice or more often but in correct order while HAL_SPI_TransmitReceive_DMA works just fine.

In my setup the STM32L151CBT6 is configured as slave of a PLD Master. To test the correct functionality I set up an 64 Byte Array ([0x00, 0x01, 0x02, ..., 0x64) which is transmitted by the slave during communication. The PLD "asks" for the readback p...

Chrizzly by Associate III
  • 768 Views
  • 5 replies
  • 0 kudos

"Listening" the data received by RX pin on STM32L073RZ

Dear ST Community, I am new to STM32 and I am currently trying to develop a remote control with SMT32L073RZ and Thyone I (Nordic-Based) RF Proprietary module which acts as transreceiver. the communication is through UART.Setup1:Transmitter: Thyone I ...

CAben.1 by Associate II
  • 793 Views
  • 3 replies
  • 0 kudos