Liebe Community,
ich bin Bachelorstudent an der Hochschule Mittweida (Sachsen, Deutschland). Im Rahmen meiner Bachelorarbeit untersuche ich unteranderem die Microcontroller aus Fitnessarmbändern diverser Hersteller. Beim Fitnessarmband Inspire2 des Herstellers Fitbit bin ich auf einen Microcontroller von Cypress gestoßen und benötige zur weiteren Untersuchung Zugriff auf das Datenblatt des Microcontrollers CY8C68237FM9-BLET. Nach intensiver Recherche konnte ich jedoch kein Datenblatt zum Microcontroller CY8C68237FM9-BLET finden. Könnt ihr mir eventuell helfen?
Ich würde mich über eine Antwort freuen.
Mit freundlichen Grüßen
Hippo35.
Dear Community,
I am a bachelor student at the University of Applied Sciences Mittweida (Saxony, Germany). As part of my bachelor thesis, I am investigating the microcontrollers in fitness wristbands from various manufacturers. For the fitness wristband Inspire2 of the manufacturer Fitbit I came across a microcontroller of Cypress. For further investigation I need access to the data sheet of the microcontroller CY8C68237FM9-BLET. However, after intensive research, I could not find a datasheet for the CY8C68237FM9-BLET microcontroller. Can you possibly help me?
I would be glad about an answer.
With kind regards
Hippo35.
Hi,
Now, I'm using CY8CPROTO-064B0S3 to emulate our product.
I want to add some features into the bootloader and build it for CY8CPROTO-064B0S3.
However, when I refer to "supported kits" section in "PSoC™ 6 MCU: MCUboot-based basic bootloader" page, CY8CPROTO-064B0S3 seems not to be supported.
Then, is it possible to build for CY8CPROTO-064B0S3 based on mcu-tools/mcuboot.git?
Thanks,
Show Less
What are the minimum requirements that an MCU must have to support the SDIO interface of a hosted WiFi/BLE module?
For example, how can I tell if a CY8C6247BZI-D44T can be paired with a CYW43012 based Murata 1LV or a CYW4343 based Laird 450-0159 or 450-0152?
Greg
Show LessDears,
I am unable to find "Tool Settings" under C/C++ Build as shown in some tutorials, manuals for Modus Toolbox IDE. Where are these settings in Modus Toolbox IDE - 2.4.0 version ? In previous release it was under Project Properties: C/C++ Build -> Settings as shown on this picture:
And for comparison - In 2.4.0 release the "Tool Settings" tab is missing:
Thanks in advance and Best Regards
Radim
Show LessHello! Im currently trying to read a JSON file in my psoc project for the cyproto-063-BLE but i cannot get it to work.
I have a JSON file that im trying to include in the project, read from and extract the data, im using the tiny-json parser (https://github.com/rafagafe/tiny-json). The parser works as intended, if i manually store the JSON as a string, i can parse and extract data as i please. The issues arise when i try to include the .json file into the project and open/read from it.
Here is a code snippet
static const char filename[] = "test.json";
FILE *file = fopen ( filename, "r" );
char buffer[128];
fread(buffer, 128, 1, file);
printf("line = %s\r\n", buffer);
fclose(file);
json_t what[32];
json_t const* json2 = json_create( buffer, what, sizeof what / sizeof *what );
char const* name = json_getPropertyValue(json2, "Name");
printf( "Name: %s.\r\n", name );
I have included the file under source files, as well as added the filepath to Project->Build settings->CM0+->Compiler->Additional Include Directiories.
Following the debugger the program crashes at line "fread(buffer, 128, 1, file);"
Does anyone have any input on how to read and store the JSON file in psoc programmer, the file opening and reading works well when isolated in a regular C file ran through the terminal. I'll attach a test project where i try to read a json test file and print it to serial monitor using UART. Relevant header and json files are in a folder in the project called External_Code.
Any help is greatly appreciated!
//Arvid
Show LessHi All,
Can someone give me an estimate of the power consumption of the chipset in the following modes.
1. Deep Sleep
2. ADC Data Input
3. Data Processing
4. Transmission
Thank you in advance.
Show LessHi All,
Could any of you help me in setting the sampling frequency of the PSOC6 chipset ADC to 2KHz?
The minimum clock frequency the ADC can take in is 1.7MHz and I am unable to find a reasonable way to lower the sampling frequency.
Any suggestions are welcome. Thanks in advance.
Show LessHello,
when I add svd file to see the peripheral register,every port (port0 to port14) has the same address.
※modus version is 2.2
But in another version(2.3),GPIO shows a correct address .
Was it a bug in version 2.2 Or I did a wrong config?.
Show LessHello,
I'm testing UART(P5.0, P5.1) on CY8CKIT-062-WIFI-BT.
When I execute soft reset through NVIC_SystemReset(), UART Tx(P5.1) goes low for a while.
For this reason, the PC terminal utility receives 1 byte (0x00).
Is there any way to keep the UART Tx line high even after soft reset?
Thanks and Regards,
YS
Hello, I am a novice, just contacted Modus ToolBox software, using the kit is CY8CKIT-062S2-43012; now I want to create a new project to practice, but this page appears, I do not know what to do next; sample program "Hello World" I also did not find, thank you for your answer
Show Less
User | Count |
---|---|
68 | |
46 | |
14 | |
12 | |
11 |