Top "Hal" questions

Hardware abstraction layer

Can´t erase data from flash memory (STM32)

I´m trying to save some data to flash memory on my STM32F407 board. Before I can save them …

c stm32f4discovery flash-memory hal
Android O HIDL not available

I have problem with Android O HIDL. The failure log shows it can't find out the service. However I can …

android android-source android-hardware hal android-8.0-oreo
How to change HAL links format using Spring HATEOAS

I'm building a Spring REST application using Spring HATEOAS (0.16.0.RELEASE) and I'd like the JSON links output to look like: _…

spring rest spring-mvc spring-hateoas hal
How receive data with HAL_UART?

I'm learning about the STM32. I'm want receive data by UART byte-to-byte with interruption. HAL_UART_Receive_IT(&huart1, …

c uart stm32f4discovery hal
Disabling STM32 HAL IWDG or WWDG (watchdog) before STOP mode

I using an STM32 (L0 5) HAL I need to disable IWDG or WWDG before entering in STOP mode. The below …

stm32 watchdog hal
STM32 HAL - writing to EEPROM (I2C)

I'm learning to program in HAL and today I wanted to save some data to an external I2C EEPROM. …

stm32 i2c hal eeprom
stm32l4 RTC HAL not working

I'm having a strange behavior with the RTC on a stm32L476 with FreeRTOS. It only reads the first time …

c stm32 freertos hal real-time-clock
Consuming Spring Hateoas Restservice with RestTemplate

I have two applications, one is called bar, what provides me resources in HAL format. The other is bcm to …

java client resttemplate spring-hateoas hal