Jump to content

abalkonis

Members
  • Posts

    4
  • Joined

  • Last visited

abalkonis's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hello everyone, I am working on my thesis and i have had a problem for quite some time now. Whenever I try to update my code with make_prog_files which runs update_mem it doesn't work the way it is intended. I have to run all the steps from synthesis to write_bitstream in order for my software to update which means that I have to wait 20 minutes for every minor adjustment in my code. I am using Vivado 2020.1. But the project I am working on was originally created on Vivado 2018.2. I am not sure if this is the reason behind my problem but I thought I should mention it. Does anyone know why this could be happening? Thank you all in advance.
  2. Thank you for the response I still haven't managed to connect the esp to my WiFi so sending anything for now is out of the question. I have however set up a local server on my computer and I will start by testing it there. (Simple python server) I am using Vitis too. But in my case it is a little bit different, I use Vitis only to generate the bsp and I write the actual code on Arm Keil.
  3. @helloworld1029 Thank you for your response, I am using arty s7-50 and my processor of choice is Arm CortexM3(Bad Choice). If it is not too much trouble could you please answer me the following question. Did you manually include the drivers for uartps to your project, or did it happened automatically when you included the exported hardware on SDK? Thank you again for your time!
  4. Hello @helloworld1029 first of all I am sorry but I cannot help you but i hope you can help me. I am working on my thesis and I stumbled upon a problem regarding the AXI 3 Arm processor connection protocol and the AXILite of the Pmod ESP32. This is part of the block design: I saw on the example of the vivado library master for PMod ESP32 that you have to use Uartps and not Uartlite for zynq and generally arm designs. So my questions now are: First of all what problems will I face if I use the Uartlite and ignore this condition. I didn't seem to get any warnings or errors and I managed to Initialize the Pmod however I could not issue any "AT" commands (Although this might have simply happened due to other mistakes I might have made ). And last I tried including the Uartps drivers and follow the instructions given by the example project however I get an error regarding the xuartps.o file. .\objects\m3_for_arty_a7.axf: Error: L6218E: Undefined symbol XGetPlatform_Info (referred from xuartps.o). As well as a bunch of warnings! It would be really helpful if you told me how u resolved this issue. Thank you in advance.
×
×
  • Create New...