STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Multi Slave I2C Connection guidance

Hello,I have one master and multiple slave devices for I2C Connections.So, my Query is that;I am connecting series resistors after the Pull up Resistors on SDA SCL lines,Now the query is that should I connect those Series Resistors at only Master sid...

0693W00000WJwsWQAT.png
DBhut.1 by Senior
  • 542 Views
  • 3 replies
  • 0 kudos

Role of syscalls.c

What is the role of syscalls.c file in GNU ARM(STM32 for instance) based projects? I found 2 ways of successfully building the project1. Delete syscalls.c and include -specs=nosys.specs in the linker flags2. Simply include syscalls.cWhat is the funda...

stm32u575 adc differential mode

Dear Sir.I need the output of the ADC to be signed .the adc is configured . /** Common adc1 configuration */  hadc->Init.ClockPrescaler      = ADC_CLOCK_ASYNC_DIV1;  hadc->Init.Resolution        = ADC_RESOLUTION_14B;  hadc->Init.DataAlign        = AD...

Resolved! Nucleo-F446RE CAN bus RX interrupt

I cannot get the CAN bus CAN1_RX0 interrupt to fire. I have two other development boards (STM32429i-EVAL1 and STM32373C-eval) that both work correctly. I am using the same code in each setup thru the ST MX and IDE. The Eval boards have built in C...

FJB2069 by Senior
  • 1827 Views
  • 9 replies
  • 0 kudos