STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

GPIO interrupt problem

Posted on January 04, 2017 at 19:52Hi everybody.I have to implement a Wiegand reader on a STM32 demo board.Using CubeMX I have defined 2 gpios as GPIO_EXTI and now the HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) is triggered.The problem is that the ca...

IAR project

Posted on January 05, 2017 at 09:40Hello,I want to create a project using IAR for an stm32 MCU.Without using the IAR assembly startup file , i want to jump directly to the main functionIs there any solution to do this ?  Thank you,#iar-project

SPI DMA FIFO Error on SDRAM

Posted on December 20, 2016 at 19:20Hi,I'm working on 3-Wire(PF7-CLK,PF9-MOSI,PF8-MISO) SPI (SPI5, slave mode, direct mode) using a STM32F769-EVAL.My goal is to transmit data from SDRAM buffer thru SPI to SPI-MasterI'm using 'HAL_SPI_Transmit_DMA' f...

ys1 by Associate II
  • 614 Views
  • 3 replies
  • 0 kudos

UART only one byte received

Posted on January 04, 2017 at 00:52 Hi Guys, I am transmitting two bytes between two nucleo boards on uart1 and only receiving one byte (one charachter)? what could be the problem HAL_UART_Receive(&huart1,(uint8_t *)data3,5,10);  void MX_USART1...

Raider E by Associate III
  • 2479 Views
  • 9 replies
  • 0 kudos

HAL UART buffer overflow bug(?)

Posted on January 04, 2017 at 17:56Hi all,I'm wrestling with a couple problems with UART interrupt receive. Processor is STM32F745IET6 on a custom board. Startup code is generated using CubeMX 4.18.0 and HAL library version 1.5.1. (This all seems to...

hbarta2 by Associate III
  • 723 Views
  • 1 replies
  • 0 kudos

Resolved! Function to check EXT_0 or any EXT_X interrupt status?

Posted on January 04, 2017 at 02:11Does HAL library has any function that can check for the interrupt status on any given EXT line?  For example,I have configured:    HAL_NVIC_SetPriority(EXTI0_1_IRQn, 0, 0);    HAL_NVIC_EnableIRQ(EXTI0_1_IRQn);Now ...

Vu.Andy by Associate III
  • 596 Views
  • 3 replies
  • 0 kudos

Problem with Virtual COM port driver

Posted on January 04, 2017 at 16:25HiI have been investigating a problem with a product using an STM32F103R8T6 and USB virtual COM port. Code for the CDC was generated from the latest version of the Cube. The device is bus powered and the problem oc...