STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Azure RTOS connection to Azure IoT hub

Hello,I have some, maybe senseless, questions about X-CUBE-AZRTOS and it's applications. I have downloaded and checked this firmware, and also examples.Here my questions:1 - Since Low-level driver interface handles connection between NeX Duo Core and...

Ethernet Rx interrupt issue on STM32F7

Hello guys, so I'm trying to establish an Ethernet communication between my PC and STM32F746G-DISCO without using LWIP. I set the Rx mode to interrupt and configured the MPU now the problem is the interrupt only works for 4 times. After looking I fou...

FSoui.1 by Associate II
  • 936 Views
  • 1 replies
  • 1 kudos

Call HAL lib inside Call back

Hello, Is it Ok to read GPIO pins inside a timer call back as follow:void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef* htim){ if (htim == &htim2 ) //15 ms { BT1 = HAL_GPIO_ReadPin(GPIOx, Pin_x); BT2 = HAL_GPIO_ReadPin(GP...

NASI by Senior
  • 654 Views
  • 2 replies
  • 0 kudos

Hi to everyone. Where can we find the manual of the STM32CubeL4 where it explain how to set up the functionalities of the uC? (For example TIMx -> PWM generation -> with HAL and Cube generator)

I found the manual of the HAL drivers and uC datasheet, but unfortunately I can not find how to setup some configuration on "Device Configuration Tool" such as PWM generation modes and how the peripheral works. Could someone help me?Where can I find ...

Rotolino by Associate
  • 484 Views
  • 1 replies
  • 0 kudos