python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
what's the defualt value of GPIO_InitTypeDef
I have checked stm32f4xx_hal_gpio.c or .h, but I can't find out by Alternate is 0 defualtly
Alternate is not 0 defualtly
JAMES
Votes: 0
Answers: 2
Use of Generics for Embedded HAL Structs
I am writing an embedded program for an STM32 microcontroller. I would like to be able to store the GPIO pins that represent buttons in a nice, consolidated struct.
Because embedded-hal encodes the st...
Gary Allen
Votes: 0
Answers: 3
Why are MSPs defined as callback functions?
In STM32CubeMX MSP stands for MCU Support Package and of all here is what it basically about:
MSPs are user callback functions to perform system level
initializations such as (Clock, GPIOs, DMA, inte...
GNZ
Votes: 0
Answers: 2
Android Hal is not registered at runtime in Android R(11)
I added my hal interface in manifest.xml, vendor_compatibilityMatrix.xml, and also in device.mk.
And also I have created hal.rc file as well for my hal.
but at boot time i am getting below error....
0...
Rajeev
Votes: 0
Answers: 1