I want to send data through wifi using B-L4S5I-IOT01A board, but it's throwing a hardfault handler interrupt.
The hard fault handler is thrown inside es_wifi_io.c which I imported as is.
The hard fault handler is thrown inside es_wifi_io.c which I imported as is.
I have all the relevant ARM utils/etc on the system.As soon as I try to run, I get this message-"Could not start GDB process, does the program exist in filesystem?"Tried jumping through hoops for last few days but getting no where.Tried with all kind...
Hi guys- help with microcontroller selection- my need is that the microcontroller can handle receiving a lot of data- for example in 1s there will be 90 devices broadcast to the microcontroller, and the microcontroller will send data to tcpserver- so...
I'm currently developing with STM32G030K8T6 (Rev 1.1). I want to use PA14 as BOOT0 pin. So, I set option byte nBOOT_SEL as 0 using STM32CubeProgrammer (nBOOT0, nBOOT1 both option byte are set to 1). But BOOT0 pin not worked. So, I also set PA14 GPIO ...
Hardware: B-U585I-IOT02A dev kitSPI1 configuration:Master mode8-bit data sizeNSS hard outputTx only (2-lines)MSB firstPCLK: 160 MHz; Baud Prescaler 32 yields SPI sck of 5MHzno CRCfifo threshold 1-dataMaster Keep IO State enabledRDY management interna...
My board is NUCLEO-H723ZG which has 1 DAC 2 channels built-in.I actually want to transfer 2 arrays with 150,000 elements each in each DAC channel, but it is limited by the DMA size of 65535.So, I have divided that array into 6 parts for example I_dac...
I have an STM32H7, and despite a HAL_OK for every write, HAL_FLASH_Unlock(); if (HAL_FLASH_Program(FLASH_TYPEPROGRAM_FLASHWORD, 0x081E0000+ (32*fw), (uint32_t)(pBuffer)) != HAL_OK) { Error_Handler(); } HAL_FLASH_Lock(); OCCASIO...