STM32F429zi ram drive code
Hi all,Where can I find code example for STM32F429zi ram drive codeI see FatFS and other examples, but no ram-drive FatFS exampleI need to open a device over USB to be recognized by the PC HOSTThanksEli
Hi all,Where can I find code example for STM32F429zi ram drive codeI see FatFS and other examples, but no ram-drive FatFS exampleI need to open a device over USB to be recognized by the PC HOSTThanksEli
Hi! Is anybody have a schematic with a BALF-SPI2-02D3 + SAW FILTER? Is this wiring will be good?
Hello I'm try to connect 1 master and 2 slave, but failed, I use stm32f427VI, and use Truestudio for programing, thanks for your help./* SPI4 init function */ //SLAVE1 static void MX_SPI4_Init(void) { /* SPI4 parameter configuration*/ hspi4.Ins...
Hi,I am using a SPBTLE-RF chip and will switch to the BlueNRG-M0A soon. I am willing to estimated how much I will benefit in term of signal strength using this new chip.SPBTLE-RF chip is advertised (on website) to have a maximum +4dBm TX power output...
Hi, I am working on a USB PD project. STUSB4500 is used to request the 20V/12V 3A from the source. I flashed the NVM inside of the IC. The writing on the NVM seems to be successful as I can read it back and verifiy it. After reconnecting it, I can re...
I'm using the BlueNRG-2 with FreeRTOS in Atollic TrueSTUDIO.I succeeded in scanning for beacons using:ret = aci_gap_start_observation_proc(160, 160, 0x00, 0x00, 0x00, 0x00);But after some time I would like to stop scanning and e.g. enter sleep mode a...
The Teseo's firmware hasn't changed (factory's version). The RF design is the same has the strkt01 design, but my board doesn't find any satellites, GPS and Galileo are activated, I used a GNS1A1 board with the same antenna, I set GPS and Galileo con...
Hi all,I have purchased the evaluation kit STEVAL-IDP003V1 (IO-Link device) and want to test it with a master of Siemens (it supports both versions). But I need the IODD files for the master configuration and can't find it anywhere. I already tried ...
For the next time I have to re-connect the adapter than re-connecting type C cable for powering the board. Please help me to find a solution for this issue.Regards,Vyshnav Krishnan
I am not using the touchscreen interface, just using the SMPTE811 device as a GPIO expander. I am talking to it over I2C using the STM32F217IGH6. In fact it's wired together exactly the same as the STM3220g-eval board. I have two STMPE811 chips on my...