STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HardFault handler asm msp/psp routine

Trying to track the cause of hardfault handler and got next problem.MCU - STM32F302CB and i'm using eclipse with gnu mcu plugins. I'm trying to use the following code for assembly part of handler, which determines which stack is used: __asm volatile ...

Simon1 by Associate
  • 1037 Views
  • 1 replies
  • 0 kudos

mbedtls_net_poll() causes error

Hi,I need for my project usage of mbedTLS library. I'm using CubeMX for generating basic project. With STM32F207ZG-Nucleo board I select RTOS, LWIP, and finally mbedTLS in the project settings. After generating with no changes attempt of build causes...

CAN Appnote for STM32 Devices

Good afternoon Clive et al,I need a functional description that discusses the data flow of CAN data. Reference manual does not have a detailed description.If no additional documentation is available, are there documents other than the reference manua...

ZAlem by Associate II
  • 743 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F091 - Problem with USART2 and RXNE flag

In USART2 interrupt service routine ISR is read                isrval = USART2->ISR​;Stopping at breakpoint just before this statement, Keil debugger shows ISR value 0x000000F8.Stepping one step (to read this ISR), value in  ISR changes to 0x000000D8...

0690X0000087pANQAY.jpg 0690X0000087pADQAY.jpg
JuM by Senior
  • 666 Views
  • 2 replies
  • 0 kudos

Flashing I2C code for AD5669 module in STM32F103C8T6

Hi, I have been using STM32F103C8T6 board whose B8 and B9 pin is connected as SDA and SCL pin AD5669 I2C device and has given 5v input and grounded the sensor with STM32 boardI am using Arduino IDE and after selecting the correct while flashing the c...

Resolved! STM32L072 Discovery Board cannot receive the UART data

Hi,I'm using STM32L072 Discovery Board and generated UART code using CubeMx, I'm able to transmit the data via UART but not able to receive the data. Please help me in this regard.int main(void) { /* USER CODE BEGIN 1 */   /* USER CODE END 1 */  ...