HAL_RTC_GetTime(...) does not read the daylight
HAL_RTC_GetTime(...) does not read the daylight saving info from the RTC. (in our case on STM32L476)Is this a bug or a feature?
HAL_RTC_GetTime(...) does not read the daylight saving info from the RTC. (in our case on STM32L476)Is this a bug or a feature?
Helloi configured the spi interface as follows (8 bit data size):static void MX_SPI1_Init(void) { /* SPI1 parameter configuration*/ hspi1.Instance = SPI1; hspi1.Init.Mode = SPI_MODE_MASTER; hspi1.Init.Direction = SPI_DIRECTION_2LINES_RXONLY; ...
Hi, guys. I've been having, a really strange problems with my project and i need anybody help. I'm using here a microcontroller STM32H743VI revision X. I made a custom bootloader with USB MSC and the problem is, work everything correct with the boot,...
Is there an overview with all possible URB-states that are returned by the USB_Host function "USBH_LL_GetURBState(>>Bulk-In-Pipe<<)"I figured out some of these, but not all of them:URB_IDLEURB_DONE - Answer receivedURB_NOTREADY - NAK received URB_NY...
Dear Members,I tried to send SMS with SIM7600SAH, the code was working but now it's giving me intermittent result...The code//Clear buffer HAL_UART_Transmit_IT(&huart1,(uint8_t*)&aTxBuffer4, sizeof(aTxBuffer4)); HAL_Delay(5); HAL_UART_Transmit_IT(...
STM32F10Xxx USB endpoint registers contain several bits that can only be controlled from software by toggling their value. For example, from RM0008 section 23.5.2, Endpoint-specific registers, USB endpoint n register (USB_EPnR), n=[0..7]:Bits 13:12 S...
Hello,I have problem using ADC with DMA (I obtained the same problem using Interrupts). I have stable VDDA=3.3 V from LF33. On ADC channel 9 (PB1) I have voltage from 0 to 3.3V from potentiometer. When I set for example 0.35 V(ADC value about 400) an...
Hey guys,I have connected two ST eval boards with my PC running Windows 10. When I connected NUCLEO_L432KC it was recognised as a COM port in the device manager and in "This PC" it showed up as a device and contained a txt file and a HTM file with th...
Posted on October 08, 2017 at 15:11 Hi all. Does anyone have a working example for Ethernet? I tried to build one wih CubeMX (HAL 1.1.0) with and without FreeRTOS. I did it many times for F746, F767 (A and Z) and F769 (A) but Ethernet with ST...
In [CubeH7]\Drivers\CMSIS\Device\ST\STM32H7xx\Include\stm32h743xx.h I see:#define RCC_PLLCFGR_PLL1RGE_0 (0x0UL << RCC_PLLCFGR_PLL1RGE_Pos) /*!< 0x00000000 */ #define RCC_PLLCFGR_PLL1RGE_1 (0x1UL << RCC_PLLCFGR_PLL1RG...