STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 l476rg CAN not working

I am using STM32 Nucleo-l476rg. I am trying to use the CAN peripheral and have tried every resource I came across. I am unable to send or receive messages:I have no filter, everything is wired correctly, what could be the issue? I even made it so tha...

at3 by Visitor
  • 64 Views
  • 6 replies
  • 0 kudos

Error in the init of ethernet

 Good morning everyone!I'm working on a project involving FreeRTOS, lwip, and Ethernet with the ST32H563VGT6 MCU on a custom PCB.I'm attaching the hardware schematics, which we've taken from ST's schematics of the NUCLEO-H563ZI board. I'm including a...

Esquematicos_ETH.png JonConesa_0-1713435865970.png
JonConesa by Associate II
  • 2128 Views
  • 10 replies
  • 2 kudos

STM32F030C8T6TR DMA

GreetingsI am using STM32F030C8T6TR for ADC on two channels IN1 & IN3. It works. However I wanted to add DMA. When trying to add DMA , It shows on two channels channel 1 and channel 2 , Though the datasheet mentions DMA is available for 5 channels. I...

Sbag by Associate III
  • 232 Views
  • 6 replies
  • 1 kudos

Resolved! internal resistance ADC

Good morning. I am working with the Discovery kit with STM32H7B3LI MCU and want to get its internal resistance. I want to use 10 buttons, each with one resistance, and then get the correct value for my MCU. I already know how to get the values betwee...

Capture d’écran 2025-02-01 à 16.02.36.png Capture d’écran 2025-02-01 à 16.03.23.png Capture d’écran 2025-02-01 à 16.03.44.png
Jad by Senior
  • 67 Views
  • 3 replies
  • 0 kudos

G484 Uart transmit 0x00 not sent/received

Hello, trying to send array below. The '0x00' part is not received in terminal, see image below.   char binary_data[] = {0x01, 0x02, 0xAB, 0x00, 0xCD}; HAL_UART_Transmit(&huart5, binary_data, sizeof(binary_data), HAL_MAX_DELAY); How can I get this t...

terminal11.JPG

Query: STM32F4 programming with USB

I can program my bespoke board using a repurposed USB port. It would normally be used by a mouse.I was under the impression that if I powered up the board with BOOT0 pin held high the MCU would be in a state to connect to USB and do it's enumeration....

Mike xx by Associate III
  • 78 Views
  • 6 replies
  • 0 kudos

stm32l4r9aii6 interrupt issue

I am using a custom board which is using stm32l4r9aii6 as the main microcontroller . The full name of the microcontroller is following :- stm32l4r9aii678a3n . The firmware for this board was developed on stm32l4r9 discovery board which uses the follo...