STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART Interrupt Issue and Interrupt Generating

Hi, I am using UART receiver in interrupt mode. After couple of hours it stops working(Only the UART Receiver Interrupt stops working, TX and Main loop keeps working). The handler function is too big and this is probably why it happens. If I were to ...

ABuyu.1 by Associate II
  • 999 Views
  • 3 replies
  • 0 kudos

Serial NAND flash support on STM32F412

Hello,anyone please help me to select the right flash IC for my application.In my project i am using STM32F412 main controller. we collect the data and stored to flash. once data collection is completed it will send to cloud.We need 8GB flash for dat...

HGana.1 by Associate
  • 589 Views
  • 1 replies
  • 1 kudos

printf to IDE console?

I'd like to be able to printf into IDE console during debug. I'm using Atollic 9.1, Nucleus F413 board with Segger debug programmed into onboard debug interface. I followed the instructions here:http://blog.atollic.com/cortex-m-debugging-printf-redir...

I2C is sending only n-1 bytes

Hello,I'm using a F301K6T6 based board. When communicating over I2C the first RX/TX works fine but the second TX is starting with the second byte and thus sending only n-1 bytes.While debugging recognized that `HAL_I2C_Slave_Transmit_IT()` is setting...

fal.sch by Associate II
  • 473 Views
  • 1 replies
  • 0 kudos

Resolved! FreeRTOS is not running task

Hello, I'm using FreeRTOS on STM32F746NG.I have created 4 task which run with the same priority. But when I run my code,Only StartDefaultTask running, others aren't.In debug mode, when I clicked Resume(F8), the pointer always jump to start of Start...