STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL: reset EXTI block

Posted on May 12, 2016 at 12:08func HAL_DeInit(); // Reset of all peripherals  does not reset EXTI block, as it is in HAL_GPIO_DeInit()    /*------------------------- EXTI Mode Configuration --------------------*/      tmp = SYSCFG->EXTICR[position ...

pestov by Associate III
  • 405 Views
  • 1 replies
  • 1 kudos

Resolved! Understanding Hex file formating :(

Hi community :)  today for you I'm ShirleyIm using a STM32F411RE, a SIM7600G and a external eeprom 24LC1025.The SIM7600G will make requests to a web server where HEX files will be stored for the MCU firmware update. However, I noticed that initially,...

Captura de pantalla (241).png

mss for netXduo Webserver

Hello,i am using ThreadX and NetXduo for an ethernet applikation.For this i need several tcp connections, all with reduced mss to about 900bytes. So i configured each socket with the nx_tcp_socket_mss_set(...) function after socketCreate, as it is su...

AZorn.1 by Associate III
  • 167 Views
  • 4 replies
  • 1 kudos

Resolved! AzureRTOS/ThreadX MQTTs (mutual TLS)

Hello Community, I'm setting up a test with NetxDuo + MQTT over TLS (aka MQTTs, port 8883) on a STM32F429NIx.As far as i see from the example available it consider a scenario where the client verify the certs provided by the server with the supplied ...

adc going to error handler

hi, I'm using adc1 and adc2 in multimode dma , normally when i start it is working and reading correctly, when again im calling mx_adc1_init function it is going to error handler, i don't know why, since I'm not deinit and reinit again the peripheral...