STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

problem reading data from SCD30 with NUCLEO-L476RG

I am having issues with reading data from the SCD30 CO2 sensor. every byte of data I get back is 0xDD (or 221). I am still learning so my methods may be questionable. If anyone can help narrow down why this is happen and how to fix it, I would be ver...

STM32F412 CAN Transmits unexpected data

When I trigger a transmit of a test CAN message on CAN bus 2 the CAN module transmits unexpected data when I look at CAN bus with a logic analyzer. PCAN does receive the unexpected message and it does acknowledge the massage. Here is what I see on th...

TxTestMsgCode.jpg UnexpectedDataTX.jpg PCAN_RX_Unexpected message.jpg
JDOG by Associate III
  • 12 Views
  • 1 replies
  • 0 kudos

FDCAN wakeup from stop mode in STM32H733

Hi,I'm trying to wakeup the mcu from data coming in FDCAN1 to FDCAN3. Is it possible?I know that with UART I can use this function : HAL_UARTEx_EnableStopMode().Is there a similar function to do the same thing?If i can't is it possible to make 2 pins...

MCU 150C

I have been developing a system using an SMT32L476 but it is only rated to 125C .I'm looking for a temperature range of 150C .  Its is desing into a piece of test equipment that goes within a thermal Chamber and cna overshoot ot 130-50 before settlin...

SSSL by Visitor
  • 20 Views
  • 2 replies
  • 0 kudos

STM32F4 SPI high level 5V

Sorry, I have another question to ask everyone. I'm currently using the Nucleo F429ZI with SPI interface to receive 12-bit encoded data from another ADC. The Vdrive of that ADC can provide 3.3V or 5V for driving. However, the high level of the STM32F...

Scarlet_0-1713766357977.png
Scarlet by Associate II
  • 266 Views
  • 21 replies
  • 11 kudos

Timer callback issue?

Hi,I have timer with period 1 sec (80 MHz clock):  htim2.Init.Prescaler = 80-1; htim2.Init.CounterMode = TIM_COUNTERMODE_UP; htim2.Init.Period = 1000000-1;  Global var (volatile uint32_t) increased every time counter wraps around void HAL_TIM_PeriodE...

Lex by Associate III
  • 41 Views
  • 1 replies
  • 0 kudos

Resolved! UART with STM32F405

I am having some issues with setting up the UART for my STM32F405RGT6. I have a custom PCB which has an CH340C (U7) serial chip and a USB-C (U1) port. See wiring diagram:I have set up my project in STM32CubeIDE and have connected to my MCU with a ST-...

mathieusteketee_2-1713962578180.png mathieusteketee_4-1713962908821.png mathieusteketee_3-1713962786778.png