STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ADC not working maybe a timer issue?

NUCLEO-F411REI am trying to read data from a ADXL1002Z.I have set up my board to use PA1 (A1 on the Arduino header) as ADC1_1/* adc.h */ #ifndef INC_ADC_H_ #define INC_ADC_H_ #include <stdint.h> void pa1_adc_init(void); uint32_t adc_read(void); vo...

Resolved! I2C, CAN BUS, DMA

Hello, I’m working on a project with an STM32F446RE where I read data from a CAN bus at 500 kbps (CAN1_RX0) and also use I2C to control an MCP4725 DAC, plus timers and DMA for other tasks. The problem: When I test CAN alone, it works perfectly — I c...

Soniaa12 by Associate
  • 666 Views
  • 3 replies
  • 1 kudos

Resolved! unexpected PWM is observed at output side.

Hi All,I am writing a code to generate an PWM at output. I want to drive an H-bridge outside.All initializations I have done.I am using TIM1 (advanced timer) for this purpose. I am using STM32F Discovery Board (Microcontroller is STM32F407) and STM32...

AHayee by Associate II
  • 449 Views
  • 2 replies
  • 2 kudos

ST Middleware for Eclipse ThreadX

Will ST's ThreadX versions available through CubeMX and on ST's Github eventually be derived from the Eclipse ThreadX project rather than Azure RTOS? Such as...https://github.com/STMicroelectronics/x-cube-azrtos-h7https://github.com/STMicroelectronic...

eng88 by Associate II
  • 263 Views
  • 2 replies
  • 0 kudos