User Activity

我正在使用STM32L431RCT6,我的 HAL 版本是最后一个。我想使用 FreeRTOS 的最后一个 API 让我的项目更稳定: BaseType_t xTaskGenericNotify( TaskHandle_t xTaskToNotify, uint32_t ulValue, eNotifyAction eAction, uint32_t *pulPreviousNotificationValue ) PRIVILEGED_FUNCTION; #define xTaskNotify(...
My last page is: Re: Why DAC output nothing in software trigger? - STMicroelectronics CommunityI have find CubeMX BUG.I use STM32L431RCT6 and software version is STM32CubeL4 Firmware Package V1.18.0 / 07-June-2023My STM32CubeMX config is:And my code ...
I am use STM32L431RCT6,and my CubeMX config is this:And my code is:```uint32_t data = 128;ret = HAL_DAC_SetValue(&hdac1, DAC_CHANNEL_1, DAC_ALIGN_8B_R, data);if(ret) {HAL_Delay(10);}ret = HAL_DAC_Start(&hdac1, DAC_CHANNEL_1);if(ret) {HAL_Delay(10);}`...
I am find STM32Cube\Repository\STM32Cube_FW_L4_V1.18.0\Drivers\STM32L4xx_HAL_Driver, but I don't know want is STM32L431 Manual 
Kudos from