STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

dns resolve

Hi, in order to resolve an address I using the function dns_gethostbyname(). Sometimes the customer uses a standard ip address like 192.168.1.123. Is there a way to determine if dns_gethostbyname() is necessary or not?

Issue on HAL_Delay after jump from bootloader

Hi,I am working on STM32F401VE, I recently wrote a bootloader program, which is doing its job of jumping to a specified location. Now my bootloader(at addr 0x08000000) is able to jump to my main application(at addr 0x08020000 ), but when I see my mai...

PChig.1 by Associate
  • 732 Views
  • 4 replies
  • 0 kudos

FreeRTOS task switching issue.

Hello,I am facing problem with task switching in FreeRTOS. I am using my custom board with STM32L476RC running at 80 MHz clock. Using STM32CubeIDE and configured project using CubeMX. I am using 3 tasks. Task 1 has some functions which uses osDelay ...

ABane.1 by Associate II
  • 802 Views
  • 5 replies
  • 0 kudos

Is there a limitation on the buffer length parameter to HAL_ADCEx_MultiModeStart_DMA? Length 32767 * 2 is OK and gives HAL_ADC_ConvHalfCpltCallback and HAL_ADC_ConvCpltCallback interrupts but 32768 * 2 fails with no interrupts.

I use STM32H753IITx and there is space in RAM_D1 to use length 2*65536.I call like this: if (HAL_ADCEx_MultiModeStart_DMA(&hadc1, guiaAdc12Data, (uint32_t)(ADC12_MAX_COUNT * 2)) != HAL_OK) { Error_Handler(); }

DGrön.1 by Associate II
  • 189 Views
  • 2 replies
  • 0 kudos