STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Having issue in CAN recieve

Hello experts, I am using stm32f779I - Eval kit, I got stuck in receiving the CAN from other node wheres as transmit from my node is working fine. The IDE and packages am using as follows. stm cube ide 1.13.1 stm cube mx 6.9.1 package: stm cube F7_v1...

RTOS in stm32

When implementing Real-Time Operating System (RTOS) timers in my embedded system, I've encountered certain challenges and concerns. I'm interested in discussing potential issues such as race conditions, priority inversion, resource contention, overhe...

AKHIL6 by Associate II
  • 379 Views
  • 1 replies
  • 0 kudos

Resolved! ADC example for several channels polling?

Can anybody point me to example of two or more ADC channels polling?​I'm trying to measure two channels of one ADC but it looks like it reads one channel twice​Initialization:static void MX_ADC1_Init(void) { ADC_MultiModeTypeDef multimode = {0}; ...

Pavel A. by Evangelist III
  • 8322 Views
  • 14 replies
  • 0 kudos

how to read particular port memory

hi I am working on keyboard project where i want to read B port"KeyInputMemory[column_count] = (uint16_t) HAL_GPIO_ReadPin(rowport, GPIO_PIN_All);iam taking rows as input... whenever key is pressed it should be read that pin.... how can i see whether...

Girish1 by Associate III
  • 1297 Views
  • 3 replies
  • 0 kudos

Resolved! ADC work only in debug

Hi, I have set ADC + DMA in H743, I reuse code that work in products every days but today a strange beauvoir happened, ADC work only in debug mode, somebody know this issue?thanks friends.

ADC sampling bleeding

I have a timer with an interrupt every 1ms to create time stamps for my later algorithm developement. I flag for the adc to sample once every 5 seconds, but I see that the ADC bleeds over or it changes multiple times before stopping. Is there anyway ...

MrAzn69 by Associate II
  • 313 Views
  • 1 replies
  • 0 kudos