I am using a nucleo l4r5zi.I would like to use the GPIOs on this board as inputs and get the value of those inputs from software.Specifically, I would like to use PG2 to accomplish this.I have the following setup and am inputting 3.3v into PG2, but...
Hey! I'm not that experienced wit FreeRtos and i am facing a HardFault problem. I want to use FreeRtos and created some tasks. But when the Systick Handler is called for the first time, it causes an Hardfaul Exeption. The Program Counter points to th...
hi I am using Nucleo-H743ZI2 for Ethernet :Ethernet RMII: First TxDescribter Address: 0x30000200.First RxDescribter Address: 0x30000000.Rx Buffers Length: 1536.CortexM7 setup:LWIP:key options:LAN : Platformadd to Flash.id: .lwip_sec (NOLOAD) : { . =...
I had success when using the ULPI interface on a STM32H7A3 (on the nucleo board) using an external ULPI transceiver board https://www.waveshare.com/usb3300-usb-hs-board.htmbut when porting over to the STM32H7B0, I am not having much success. I believ...
Hello,I'm on a STM32H743 (nucleo-H743ZI2), and I got LWIP (no OS) to "work", as in it receives ip packets and reads them. The problem is with allocating on the heap. I didn't use the libc_malloc option, the heap pointer is at 0x30044000 and is 1600 b...
I am trying to implement a UART Rx using a typicalstart-byte, length, payloadpattern.I spin read on 1 character until it is my start byte. Then I read 2 bytes, shift them into a 16 bit length and read the remainder of the payload.The trouble is, the...
HiIn the various filex with SDMMC examples the icache and dcache are enabled so when porting I did the same.I noticed when attempting to use DMA SPI it was not working until I disabled these. For the SD I then have to disable cache and cache manageme...
I'm designing a board with STM32F411RE which needs to support DFU for firmware upgrade.Looking at AN2606 on bootloaders, I will need to use BOOT0 = 1 and BOOT1 = 0 to start in DFU mode.However, looking at the schematic for the Nucleo f411RE, it looks...
If I use the DFU programming over USB with STM32CubeProgrammer, the error occurred and the device doesn't start properly, but if I download the same program with ST-LINK everything runs ok. The MCU is STM32 G473.I can connect the MCU over the USB, an...